diff --git a/stipple.sh b/stipple.sh index ab63943..9a0cd9c 100644 --- a/stipple.sh +++ b/stipple.sh @@ -36,4 +36,8 @@ for png in "${INPUT}/"*.png ; do --maxParticles $MAXPARTICLES rm "${tmp}" cd ~/src/animation/ -done \ No newline at end of file + opt=`mktemp`.svg + svgsort "${OUTPUT}/${name}.svg" "${opt}" + mv "${opt}" "${OUTPUT}/${name}.svg" +done +