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 --- dundundun.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'dundundun.sh') diff --git a/dundundun.sh b/dundundun.sh index fc9b48d..993b059 100755 --- a/dundundun.sh +++ b/dundundun.sh @@ -13,10 +13,10 @@ mkdir -p export_tmp rm -f export_tmp/* -inkscape -z -e "export_tmp/1_raw.png" `printf "%s1.svg" $SOURCEBASE` -inkscape -z -e "export_tmp/2_raw.png" `printf "%s2.svg" $SOURCEBASE` -inkscape -z -e "export_tmp/3_raw.png" `printf "%s3.svg" $SOURCEBASE` -inkscape -z -e "export_tmp/4_raw.png" `printf "%s4.svg" $SOURCEBASE` +inkscape -o "export_tmp/1_raw.png" `printf "%s1.svg" $SOURCEBASE` +inkscape -o "export_tmp/2_raw.png" `printf "%s2.svg" $SOURCEBASE` +inkscape -o "export_tmp/3_raw.png" `printf "%s3.svg" $SOURCEBASE` +inkscape -o "export_tmp/4_raw.png" `printf "%s4.svg" $SOURCEBASE` counter=5 NUMPROCS=8 @@ -29,7 +29,7 @@ do offset=${shakeOffsets[counter-5]} file=`printf "export_tmp/%s_raw.png" $counter` source=`printf "%s4.svg" $SOURCEBASE` - inkscape -z -e $file -a $offset $source & + inkscape -o $file --export-area=$offset $source & ((counter++)) done -- cgit v1.3.1