From fdace26e60185653f65f055266fed693db68c213 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Sat, 14 Mar 2020 17:23:35 +0100 Subject: [PATCH] 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. --- .svgo.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.svgo.yml b/.svgo.yml index 8d605d34fca2..387cbb14dde3 100644 --- a/.svgo.yml +++ b/.svgo.yml @@ -37,6 +37,7 @@ plugins: - removeAttrs: attrs: - baseProfile + - version # remove paths with fill="none" - removeUselessStrokeAndFill: