mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-05-02 09:06:43 +03:00
Update .svgo.yml (#2397)
* Update .svgo.yml Illustrator likes to put some extra attributes in there. This feature will remove those. * Reordering
This commit is contained in:
parent
219edafdf5
commit
a63de96bda
@ -30,8 +30,13 @@ plugins:
|
|||||||
- addAttributesToSVGElement:
|
- addAttributesToSVGElement:
|
||||||
attributes:
|
attributes:
|
||||||
- role: img
|
- role: img
|
||||||
|
|
||||||
|
# remove any unnecessary attributes
|
||||||
- removeUnknownsAndDefaults:
|
- removeUnknownsAndDefaults:
|
||||||
keepRoleAttr: true
|
keepRoleAttr: true
|
||||||
|
- removeAttrs:
|
||||||
|
attrs:
|
||||||
|
- baseProfile
|
||||||
|
|
||||||
# Enable everything else
|
# Enable everything else
|
||||||
- removeDoctype
|
- removeDoctype
|
||||||
@ -66,7 +71,6 @@ plugins:
|
|||||||
- removeUnusedNS
|
- removeUnusedNS
|
||||||
- removeDesc
|
- removeDesc
|
||||||
- removeDimensions
|
- removeDimensions
|
||||||
- removeAttrs
|
|
||||||
- removeAttributesBySelector
|
- removeAttributesBySelector
|
||||||
- removeElementsByAttr
|
- removeElementsByAttr
|
||||||
- addClassesToSVGElement
|
- addClassesToSVGElement
|
||||||
|
Loading…
Reference in New Issue
Block a user