Images/genicons_lx.sh
author lbessard
Wed, 17 Sep 2008 07:35:19 +0200
changeset 271 4405cd3abbdb
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