summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-08-11 00:55:42 +0200
committerCarl Hetherington <cth@carlh.net>2020-09-13 20:22:43 +0200
commit65e94f363e775e2e6a46ecb6033138a2cc8eb6f9 (patch)
tree7381626a5492486967566c84f1f393fb89ce2c16
parent040900d195a29f61217caf2d224575793a76ff07 (diff)
Fix for new Inkscape.
-rw-r--r--cards/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cards/Makefile b/cards/Makefile
index 7b257dae5..461cfc790 100644
--- a/cards/Makefile
+++ b/cards/Makefile
@@ -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