Images/genicons_lx.sh
author lbessard
Wed, 17 Sep 2008 14:26:01 +0200
changeset 272 3a9db28bc6b5
parent 196 54f5020531f6
permissions -rw-r--r--
Bug with setting name of function block while opening new Dialog
Increasing number of pins allowed for power rail
#!/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