Skip to content

Commit

Permalink
Local relief for #2061
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
runxel committed Dec 8, 2019
1 parent 7655025 commit 0aeb436
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .svgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ plugins:
# Compound all <path>s into one
- mergePaths:
force: true
noSpaceAfterFlags: false

# Keep the <title>
- removeTitle: false
Expand Down

0 comments on commit 0aeb436

Please sign in to comment.