From ae0baff08762cf356723c71e08afd470780751a5 Mon Sep 17 00:00:00 2001
From: XhmikosR <xhmikosr@gmail.com>
Date: Mon, 22 Jul 2019 11:00:09 +0300
Subject: [PATCH] Update svgo.yml. (#29089)

---
 build/svgo.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/build/svgo.yml b/build/svgo.yml
index 84d0175228..67940d393e 100644
--- a/build/svgo.yml
+++ b/build/svgo.yml
@@ -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
-- 
GitLab