From: Bryan Housel Date: Mon, 12 Jun 2017 22:43:19 +0000 (-0400) Subject: Disable removeUselessStrokeAndFill svgo plugin X-Git-Tag: live~3336 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/13aae29476ce601152494a177506b741b85455f3 Disable removeUselessStrokeAndFill svgo plugin see https://github.com/openstreetmap/iD/issues/4105 --- diff --git a/config/image_optim.yml b/config/image_optim.yml index 094e4083b..66a3d898c 100644 --- a/config/image_optim.yml +++ b/config/image_optim.yml @@ -9,4 +9,4 @@ jpegoptim: false gifsicle: false jpegtran: false svgo: - disable_plugins: ["cleanupIDs"] + disable_plugins: ["cleanupIDs", "removeUselessStrokeAndFill"]