Skip to content

Commit

Permalink
Remove 'version' from svgo'd file
Browse files Browse the repository at this point in the history
If you save a "tiny" SVG from Illustrator it will save a "version" along.
This attribute should be removed.
  • Loading branch information
runxel committed Mar 14, 2020
1 parent 2d34f3c commit fdace26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .svgo.yml
Expand Up @@ -37,6 +37,7 @@ plugins:
- removeAttrs:
attrs:
- baseProfile
- version

# remove paths with fill="none"
- removeUselessStrokeAndFill:
Expand Down

0 comments on commit fdace26

Please sign in to comment.