IDE. update genicons.sh to inkscape 1.1 command line
authorEdouard Tisserant <edouard@beremiz.fr>
Fri, 26 Jan 2024 11:13:49 +0100
changeset 3889 e9ad68178d36
parent 3888 bd1804e28e05
child 3890 6d2d37975c7c
IDE. update genicons.sh to inkscape 1.1 command line
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