SVGO config update (#2467)

Includes now the by default disabled `removeNone` param for `removeUselessStrokeAndFill`

See: https://github.com/svg/svgo/blob/master/plugins/removeUselessStrokeAndFill.js
This commit is contained in:
Lucas Becker 2020-01-25 11:13:05 +01:00 committed by Eric Cornelissen
parent 667f885e26
commit 812be53b5d

View File

@ -38,6 +38,10 @@ plugins:
attrs: attrs:
- baseProfile - baseProfile
# remove paths with fill="none"
- removeUselessStrokeAndFill:
removeNone: true
# Enable everything else # Enable everything else
- removeDoctype - removeDoctype
- removeXMLProcInst - removeXMLProcInst
@ -57,7 +61,6 @@ plugins:
- cleanupListOfValues - cleanupListOfValues
- convertColors - convertColors
- removeNonInheritableGroupAttrs - removeNonInheritableGroupAttrs
- removeUselessStrokeAndFill
- removeViewBox - removeViewBox
- cleanupEnableBackground - cleanupEnableBackground
- removeHiddenElems - removeHiddenElems