From 0aeb436e9b6cec828a173dffa34056ef7f686c03 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Mon, 9 Dec 2019 00:34:31 +0100 Subject: [PATCH] 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. --- .svgo.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.svgo.yml b/.svgo.yml index 6fef03566f62..da394a8407a5 100644 --- a/.svgo.yml +++ b/.svgo.yml @@ -20,6 +20,7 @@ plugins: # Compound all s into one - mergePaths: force: true + noSpaceAfterFlags: false # Keep the - removeTitle: false