Skip to content

Commit

Permalink
Add optimize-svg.sh script (lost it for some reason before)
Browse files Browse the repository at this point in the history
  • Loading branch information
jirilebl committed Oct 11, 2018
1 parent 2f3bd87 commit 92796bb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions figures/optimize-svgs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/zsh

echo OPTIMIZING SVG...
for n in *.svg ; do
echo svgo --disable=convertPathData --multipass $n
svgo --disable=convertPathData --multipass $n
done

0 comments on commit 92796bb

Please sign in to comment.