diff options
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 | ||
