diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-08-11 00:55:42 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-13 20:22:43 +0200 |
| commit | 65e94f363e775e2e6a46ecb6033138a2cc8eb6f9 (patch) | |
| tree | 7381626a5492486967566c84f1f393fb89ce2c16 | |
| parent | 040900d195a29f61217caf2d224575793a76ff07 (diff) | |
Fix for new Inkscape.
| -rw-r--r-- | cards/Makefile | 2 |
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 |
