Fix for new Inkscape.
authorCarl Hetherington <cth@carlh.net>
Mon, 10 Aug 2020 22:55:42 +0000 (00:55 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 13 Sep 2020 18:22:43 +0000 (20:22 +0200)
cards/Makefile

index 7b257dae51ec99bf592647341a0e31cfad9b5683..461cfc7903ffe91156654c77eded012c3124ff0d 100644 (file)
@@ -19,6 +19,6 @@ sizing_card_scope:    sizing_card_scope.png
                        $(DCPOMATIC_CLI) $(CURDIR)/$@
 
 sizing_card_%.png:     sizing_card_%.svg
-                       inkscape -z -C -e $@ $<
+                       inkscape --export-type=png -C -o $@ $<
 
 clean:;                        rm -rf sizing_card_flat sizing_card_scope sizing_card_flat.png sizing_card_scope.png