Browse Source

Merge pull request #6336 from ckeditor/i/6334

Internal: The SVG icons compressed by the clean-up-svg-icons task (svgo) should be editable in graphical editors. Closes #6334.
Radek Kozieł 5 years ago
parent
commit
8bd28db478
1 changed files with 2 additions and 1 deletions
  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"
 	]
-}
+}