comparison gtk-2.0/render-bits.sh @ 6:043c874084ba

Reduce GTK2 duplication and reduce button highlight
author IBBoard <dev@ibboard.co.uk>
date Sat, 16 Apr 2016 16:12:03 +0100
parents a48477723cfe
children
comparison
equal deleted inserted replaced
5:749a8ba83a29 6:043c874084ba
10 DIR=`echo $filename | cut -f1 -d '/'` 10 DIR=`echo $filename | cut -f1 -d '/'`
11 if [ '!' -d $DIR ]; 11 if [ '!' -d $DIR ];
12 then mkdir $DIR; 12 then mkdir $DIR;
13 fi 13 fi
14 ID=`echo $filename | tr '/' '_'` 14 ID=`echo $filename | tr '/' '_'`
15 $INKSCAPE $SVG -i $ID -e $filename.png 15 $INKSCAPE $SVG -i $ID -e $filename.png -b "#C6C6C6"
16 done 16 done