images/genicons.sh
changeset 3897 fc3621302cfe
parent 3889 e9ad68178d36
--- a/images/genicons.sh	Thu Feb 15 17:03:06 2024 +0100
+++ b/images/genicons.sh	Tue Feb 20 14:53:33 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