mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-15 18:04:12 +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:
|
||||
attributes:
|
||||
- role: img
|
||||
|
||||
# remove any unnecessary attributes
|
||||
- removeUnknownsAndDefaults:
|
||||
keepRoleAttr: true
|
||||
- removeAttrs:
|
||||
attrs:
|
||||
- baseProfile
|
||||
|
||||
# Enable everything else
|
||||
- removeDoctype
|
||||
@ -66,7 +71,6 @@ plugins:
|
||||
- removeUnusedNS
|
||||
- removeDesc
|
||||
- removeDimensions
|
||||
- removeAttrs
|
||||
- removeAttributesBySelector
|
||||
- removeElementsByAttr
|
||||
- addClassesToSVGElement
|
||||
|
Loading…
Reference in New Issue
Block a user