From a2ed10c395e5366d14ce88d563727c1823a06a64 Mon Sep 17 00:00:00 2001 From: Feuerfuchs Date: Mon, 24 Aug 2020 19:37:16 +0200 Subject: Adjustments for Inkscape 1.0, lots of new and updated blobfoxes --- hyperize.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hyperize.sh') diff --git a/hyperize.sh b/hyperize.sh index 1cbf2c0..34e191c 100755 --- a/hyperize.sh +++ b/hyperize.sh @@ -24,7 +24,7 @@ do done offset=${shakeOffsets[counter-1]} file=`printf "export_tmp/%s_raw.png" $counter` - inkscape -z -e $file -a $offset $SOURCESVG & + inkscape -o $file --export-area=$offset $SOURCESVG & ((counter++)) done -- cgit v1.3.1