summaryrefslogtreecommitdiffstats
path: root/hyperize.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 /hyperize.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 'hyperize.sh')
-rwxr-xr-xhyperize.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperize.sh b/hyperize.sh
index 1cbf2c0..34e191c 100755
--- a/hyperize.sh
+++ b/hyperize.sh
@@ -24,7 +24,7 @@ do
24 done 24 done
25 offset=${shakeOffsets[counter-1]} 25 offset=${shakeOffsets[counter-1]}
26 file=`printf "export_tmp/%s_raw.png" $counter` 26 file=`printf "export_tmp/%s_raw.png" $counter`
27 inkscape -z -e $file -a $offset $SOURCESVG & 27 inkscape -o $file --export-area=$offset $SOURCESVG &
28 ((counter++)) 28 ((counter++))
29done 29done
30 30