diff options
| author | Feuerfuchs <git@feuerfuchs.dev> | 2020-08-24 19:37:16 +0200 |
|---|---|---|
| committer | Feuerfuchs <git@feuerfuchs.dev> | 2020-08-24 19:37:16 +0200 |
| commit | a2ed10c395e5366d14ce88d563727c1823a06a64 (patch) | |
| tree | 215c67b6e34925120cbffb44f5f619505df16fee /hyperize.sh | |
| parent | New: a-loading boopfloof boopmelt boopmelthappy boopmlem cursedowo disgust fa... (diff) | |
| download | blobfox-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-x | hyperize.sh | 2 |
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++)) |
| 29 | done | 29 | done |
| 30 | 30 | ||
