Images/genicons_lx.sh
author laurent
Tue, 20 Sep 2011 23:59:49 +0200
changeset 561 5c8fa95eb834
parent 196 54f5020531f6
permissions -rw-r--r--
Fixing bug in Variable Panel when pressing Add,Delete,Up or Down button while a cell editor in variable grid is active
#!/bin/bash

INKSCAPE=inkscape

for i in `cat icons.svg |grep -o -e '%%[^%]*%%'|sed 's/%//g'` 
do
 echo "$INKSCAPE" icons.svg -z -e $i.png -i $i
 rm  -f $i.png
 "$INKSCAPE" icons.svg -z -e $i.png -i $i
done