8
0
Quellcode durchsuchen

Fix: The SVG icons compressed by the clean-up-svg-icons task (svgo) should be editable in graphical editors.

Aleksander Nowodzinski vor 5 Jahren
Ursprung
Commit
f1ee011992
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      scripts/svgo.config.json

+ 2 - 1
scripts/svgo.config.json

@@ -3,8 +3,9 @@
 		"collapseGroups",
 		"removeDimensions",
 		{ "removeAttrs": { "attrs": "(fill|stroke|fill-rule)" } },
+		{ "convertPathData": { "noSpaceAfterFlags": false } },
 		"removeTitle",
 		"removeComments",
 		"removeMetadata"
 	]
-}
+}