소스 검색

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