IDE. update genicons.sh to inkscape 1.1 command line
--- 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