Remove 'version' from svgo'd file

If you save a "tiny" SVG from Illustrator it will save a "version" along.
This attribute should be removed.
This commit is contained in:
Lucas Becker 2020-03-14 17:23:35 +01:00 committed by GitHub
parent 2d34f3c57b
commit fdace26e60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,7 @@ plugins:
- removeAttrs:
attrs:
- baseProfile
- version
# remove paths with fill="none"
- removeUselessStrokeAndFill: