1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-12-26 01:13:41 +02:00

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:
- baseProfile
# remove paths with fill="none"
- removeUselessStrokeAndFill:
removeNone: true
# Enable everything else
- removeDoctype
- removeXMLProcInst
@ -57,7 +61,6 @@ plugins:
- cleanupListOfValues
- convertColors
- removeNonInheritableGroupAttrs
- removeUselessStrokeAndFill
- removeViewBox
- cleanupEnableBackground
- removeHiddenElems