Internal: The SVG icons compressed by the clean-up-svg-icons task (svgo) should be editable in graphical editors. Closes #6334.
@@ -3,8 +3,9 @@
"collapseGroups",
"removeDimensions",
{ "removeAttrs": { "attrs": "(fill|stroke|fill-rule)" } },
+ { "convertPathData": { "noSpaceAfterFlags": false } },
"removeTitle",
"removeComments",
"removeMetadata"
]
-}
+}