beremiz
Clone
Summary
Browse
Changes
Graph
IDE. update genicons.sh to inkscape 1.1 command line
2024-01-26, Edouard Tisserant
e9ad68178d36
Parents
bd1804e28e05
Children
6d2d37975c7c
IDE. update genicons.sh to inkscape 1.1 command line
1 files changed, 1 insertions(+), 1 deletions(-)
+1
-1
images/genicons.sh
--- a/images/genicons.sh Fri Jan 26 11:10:09 2024 +0100
+++ b/images/genicons.sh Fri Jan 26 11:13:49 2024 +0100
@@ -10,7 +10,7 @@
else
rm -f $i.png
echo "$INKSCAPE" $fname -z -e $i.png -i $i
- "$INKSCAPE" $fname -z -e $i.png -i $i
+ "$INKSCAPE" $fname -o $i.png -i $i
fi
done
done