mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-05-02 09:06:43 +03: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:
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user