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 --- animate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'animate.sh') diff --git a/animate.sh b/animate.sh index 2bc4538..2a8a534 100755 --- a/animate.sh +++ b/animate.sh @@ -17,7 +17,7 @@ do source=`printf "%s%s.svg" $SOURCEBASE $counter` file=`printf "export_tmp/%s_raw.png" $counter` filecomp=`printf "export_tmp/%s.png" $counter` - inkscape -z -e $file $source + inkscape -o $file $source pngquant -o $filecomp $file ((counter++)) done -- cgit v1.2.3-70-g09d2