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:
parent
667f885e26
commit
812be53b5d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user