fix stylesheet

Change-Id: I4040adf67911341914e608befdf81575fb3cfe36
This commit is contained in:
Marco Martin 2015-12-07 10:40:34 +01:00
parent f36e9abda6
commit 016d958a93
5 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ gunzip $file.svg.gz
echo Processing $file
/usr/bin/perl -p -i -e "s/color:#[^;]*;fill:currentColor/fill:currentColor/g" $file.svg
/usr/bin/perl -p -i -e "s/color:#[^;]*;(.*)fill:currentColor/\1fill:currentColor/g" $file.svg
gzip $file.svg
mv $file.svg.gz $file.svgz