Local relief for #2061

This should help with the overzealous whitespace removal in paths which will break many viewers/editors (even tho most browsers are fine with this).
It was already set on `ConvertPathData`. but this alone is not enough.
This commit is contained in:
Lucas Becker 2019-12-09 00:34:31 +01:00
parent 7655025c4b
commit 0aeb436e9b

View File

@ -20,6 +20,7 @@ plugins:
# Compound all <path>s into one
- mergePaths:
force: true
noSpaceAfterFlags: false
# Keep the <title>
- removeTitle: false