Unverified Commit ae0baff0 authored by XhmikosR's avatar XhmikosR Committed by GitHub
Browse files

Update svgo.yml. (#29089)

parent e7890d15
Showing with 6 additions and 0 deletions
+6 -0
......@@ -15,6 +15,9 @@ js2svg:
indent: 2
plugins:
# - addAttributesToSVGElement:
# attributes:
# - focusable: false
- cleanupAttrs: true
- cleanupEnableBackground: true
- cleanupIDs: true
......@@ -31,6 +34,9 @@ plugins:
- minifyStyles: true
- moveElemsAttrsToGroup: true
- moveGroupAttrsToElems: true
- removeAttrs:
attrs:
- "data-name"
- removeComments: true
- removeDesc: true
- removeDoctype: true
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment