浏览代码

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"
 	]
-}
+}