diff -r df7ce3e1f44d -r fc3621302cfe images/genicons.sh --- 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