From e1451abbe56c1f717cc25ea5ff542273914c3d1d Mon Sep 17 00:00:00 2001 From: mattmcw Date: Wed, 12 Oct 2022 13:49:08 -0400 Subject: [PATCH] Use --no-adjust to prevent page from resizing --- stipple.sh | 2 +- stipple_sine.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stipple.sh b/stipple.sh index 3e37279..63c8ae1 100644 --- a/stipple.sh +++ b/stipple.sh @@ -76,7 +76,7 @@ stipple () { opt=`mktemp`.svg CURRENT=$(pwd) cd / - svgsort "${OUTPUT}/${name}.svg" "${opt}" + svgsort --no-adjust "${OUTPUT}/${name}.svg" "${opt}" cd $CURRENT mv "${opt}" "${OUTPUT}/${name}.svg" fi diff --git a/stipple_sine.sh b/stipple_sine.sh index adf107c..77cc02a 100644 --- a/stipple_sine.sh +++ b/stipple_sine.sh @@ -101,7 +101,7 @@ stipple () { opt=`mktemp`.svg CURRENT=$(pwd) cd / - svgsort "${OUTPUT}/${name}.svg" "${opt}" + svgsort --no-adjust "${OUTPUT}/${name}.svg" "${opt}" cd $CURRENT mv "${opt}" "${OUTPUT}/${name}.svg" fi