summaryrefslogtreecommitdiffstats
path: root/animate.sh
diff options
context:
space:
mode:
authorFeuerfuchs <git@feuerfuchs.dev>2020-08-24 19:37:16 +0200
committerFeuerfuchs <git@feuerfuchs.dev>2020-08-24 19:37:16 +0200
commita2ed10c395e5366d14ce88d563727c1823a06a64 (patch)
tree215c67b6e34925120cbffb44f5f619505df16fee /animate.sh
parentNew: a-loading boopfloof boopmelt boopmelthappy boopmlem cursedowo disgust fa... (diff)
downloadblobfox-emojis-a2ed10c395e5366d14ce88d563727c1823a06a64.tar.gz
blobfox-emojis-a2ed10c395e5366d14ce88d563727c1823a06a64.tar.bz2
blobfox-emojis-a2ed10c395e5366d14ce88d563727c1823a06a64.zip
Adjustments for Inkscape 1.0, lots of new and updated blobfoxes
Diffstat (limited to 'animate.sh')
-rwxr-xr-xanimate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/animate.sh b/animate.sh
index 2bc4538..2a8a534 100755
--- a/animate.sh
+++ b/animate.sh
@@ -17,7 +17,7 @@ do
17 source=`printf "%s%s.svg" $SOURCEBASE $counter` 17 source=`printf "%s%s.svg" $SOURCEBASE $counter`
18 file=`printf "export_tmp/%s_raw.png" $counter` 18 file=`printf "export_tmp/%s_raw.png" $counter`
19 filecomp=`printf "export_tmp/%s.png" $counter` 19 filecomp=`printf "export_tmp/%s.png" $counter`
20 inkscape -z -e $file $source 20 inkscape -o $file $source
21 pngquant -o $filecomp $file 21 pngquant -o $filecomp $file
22 ((counter++)) 22 ((counter++))
23done 23done