fix stylesheet
Change-Id: I4040adf67911341914e608befdf81575fb3cfe36
This commit is contained in:
parent
f36e9abda6
commit
016d958a93
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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
|
Loading…
Reference in New Issue
Block a user