Преглед на файлове

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

Aleksander Nowodzinski преди 5 години
родител
ревизия
f1ee011992
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  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"
 	]
-}
+}