VolkerE has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/388933 )

Change subject: Unify SVG markup
......................................................................

Unify SVG markup

Align SVG markup across Foundation products by:
- unifying XML declaration,
- removing unnecessary `standalone="no"` attribute as it's default,
- removing all SVG editor metadata
- removing all `g` group elements except where necessary for transforms,
- putting attributes on `path`,
- removing unnecessary ids and
- unifying whitespace.

Saving up to 23% file size before gzipping.

Bug: T178867
Change-Id: If0339073a12f24df1a0f8dcc110c35e0ee2d38a7
---
M modules/ve-mw/ui/styles/images/icons/alienextension.svg
M modules/ve-mw/ui/styles/images/icons/image-frame.svg
M modules/ve-mw/ui/styles/images/icons/image-frameless.svg
M modules/ve-mw/ui/styles/images/icons/image-none.svg
M modules/ve-mw/ui/styles/images/icons/image-thumbnail.svg
M modules/ve-mw/ui/styles/images/icons/parameter-ltr.svg
M modules/ve-mw/ui/styles/images/icons/parameter-rtl.svg
M modules/ve-mw/ui/styles/images/icons/parameter-set-ltr.svg
M modules/ve-mw/ui/styles/images/icons/parameter-set-rtl.svg
M modules/ve-mw/ui/styles/images/icons/profile.svg
M modules/ve-mw/ui/styles/images/icons/public-domain.svg
M modules/ve-wmf/betafeatures-icon-VisualEditor-ltr.svg
M modules/ve-wmf/betafeatures-icon-VisualEditor-rtl.svg
M modules/ve-wmf/betafeatures-icon-WikitextEditor-ltr.svg
M modules/ve-wmf/betafeatures-icon-WikitextEditor-rtl.svg
15 files changed, 177 insertions(+), 291 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor 
refs/changes/33/388933/1

diff --git a/modules/ve-mw/ui/styles/images/icons/alienextension.svg 
b/modules/ve-mw/ui/styles/images/icons/alienextension.svg
index 8188e4f..9a02e94 100644
--- a/modules/ve-mw/ui/styles/images/icons/alienextension.svg
+++ b/modules/ve-mw/ui/styles/images/icons/alienextension.svg
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <svg xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; width="24" height="24" viewBox="0 0 
24 24">
     <g id="code">
         <path id="left-bracket" d="M9.665 6.32l-4.259 4.274-1.406 1.406 1.406 
1.406 4.259 4.274 1.406-1.438-4.259-4.243 4.259-4.243z"/>
diff --git a/modules/ve-mw/ui/styles/images/icons/image-frame.svg 
b/modules/ve-mw/ui/styles/images/icons/image-frame.svg
index bec0e3e..75bbde0 100644
--- a/modules/ve-mw/ui/styles/images/icons/image-frame.svg
+++ b/modules/ve-mw/ui/styles/images/icons/image-frame.svg
@@ -1,8 +1,6 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <svg xmlns="http://www.w3.org/2000/svg"; width="24" height="24" viewBox="0 0 24 
24">
-    <g id="image-frame">
-        <path id="frame" d="M4 5v13h16v-13zm15 12h-14v-11h14z"/>
-        <path id="mountains" d="M9.5 10l2.328 2.312-1.312 1.094.875 1.032 
4.109-3.438 2.5 2v3h-12v-2.5z"/>
-        <path id="sky" d="M9.516 7.844l3.046 3.172 2.938-2.016 2.5 
2v-4h-12v5z"/>
-    </g>
+       <path id="frame" d="M4 5v13h16v-13zm15 12h-14v-11h14z"/>
+       <path id="mountains" d="M9.5 10l2.328 2.312-1.312 1.094.875 1.032 
4.109-3.438 2.5 2v3h-12v-2.5z"/>
+       <path id="sky" d="M9.516 7.844l3.046 3.172 2.938-2.016 2.5 
2v-4h-12v5z"/>
 </svg>
diff --git a/modules/ve-mw/ui/styles/images/icons/image-frameless.svg 
b/modules/ve-mw/ui/styles/images/icons/image-frameless.svg
index 0feaa9d..b88698d 100644
--- a/modules/ve-mw/ui/styles/images/icons/image-frameless.svg
+++ b/modules/ve-mw/ui/styles/images/icons/image-frameless.svg
@@ -1,7 +1,5 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <svg xmlns="http://www.w3.org/2000/svg"; width="24" height="24" viewBox="0 0 24 
24">
-    <g id="image-frameless">
-        <path id="mountains" d="M11.828 12.312l-1.312 1.094.875 1.032 
4.109-3.438 2.5 2v3h-12v-2.5l3.5-3.5z"/>
-        <path id="sky" d="M12.562 11.016l2.938-2.016 2.5 
2v-4h-12v5l3.516-4.156z"/>
-    </g>
+       <path id="mountains" d="M11.828 12.312l-1.312 1.094.875 1.032 
4.109-3.438 2.5 2v3h-12v-2.5l3.5-3.5z"/>
+       <path id="sky" d="M12.562 11.016l2.938-2.016 2.5 
2v-4h-12v5l3.516-4.156z"/>
 </svg>
diff --git a/modules/ve-mw/ui/styles/images/icons/image-none.svg 
b/modules/ve-mw/ui/styles/images/icons/image-none.svg
index 3c6d979..50a6965 100644
--- a/modules/ve-mw/ui/styles/images/icons/image-none.svg
+++ b/modules/ve-mw/ui/styles/images/icons/image-none.svg
@@ -1,7 +1,5 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <svg xmlns="http://www.w3.org/2000/svg"; width="24" height="24" viewBox="0 0 24 
24">
-    <g id="image-border">
-        <path id="mountains" d="M9.531 8.844l-3.531 4.156v1.5l3.5-3.5 2.313 
2.313-1.281 1.094.875 1.031 4.094-3.438 2.5 2v-2l-2.5-2-2.938 
2.031-3.031-3.188z"/>
-        <path id="frame" d="M5 7v11h14v-11zm13 10h-12v-9h12z"/>
-    </g>
+       <path id="mountains" d="M9.531 8.844l-3.531 4.156v1.5l3.5-3.5 2.313 
2.313-1.281 1.094.875 1.031 4.094-3.438 2.5 2v-2l-2.5-2-2.938 
2.031-3.031-3.188z"/>
+       <path id="frame" d="M5 7v11h14v-11zm13 10h-12v-9h12z"/>
 </svg>
diff --git a/modules/ve-mw/ui/styles/images/icons/image-thumbnail.svg 
b/modules/ve-mw/ui/styles/images/icons/image-thumbnail.svg
index 142768c..5fa8486 100644
--- a/modules/ve-mw/ui/styles/images/icons/image-thumbnail.svg
+++ b/modules/ve-mw/ui/styles/images/icons/image-thumbnail.svg
@@ -1,10 +1,8 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <svg xmlns="http://www.w3.org/2000/svg"; width="24" height="24" viewBox="0 0 24 
24">
-    <g id="image-thumbnail">
-        <path id="frame" d="M4 4v15h16v-15zm15 14h-14v-13h14z"/>
-        <path id="mountains" d="M6 15v-2.5l3.5-3.5 2.328 2.312-1.312 1.094.875 
1.032 4.109-3.438 2.5 2v3z"/>
-        <path id="sky" d="M9.516 6.844l3.046 3.172 2.938-2.016 2.5 
2v-4h-12v5z"/>
-        <path id="text" d="M6 16h10v1h-10z"/>
-        <path id="zoom" d="M17 16h1v1h-1z"/>
-    </g>
+    <path id="frame" d="M4 4v15h16v-15zm15 14h-14v-13h14z"/>
+    <path id="mountains" d="M6 15v-2.5l3.5-3.5 2.328 2.312-1.312 1.094.875 
1.032 4.109-3.438 2.5 2v3z"/>
+    <path id="sky" d="M9.516 6.844l3.046 3.172 2.938-2.016 2.5 2v-4h-12v5z"/>
+    <path id="text" d="M6 16h10v1h-10z"/>
+    <path id="zoom" d="M17 16h1v1h-1z"/>
 </svg>
diff --git a/modules/ve-mw/ui/styles/images/icons/parameter-ltr.svg 
b/modules/ve-mw/ui/styles/images/icons/parameter-ltr.svg
index 813c540..7bc4094 100644
--- a/modules/ve-mw/ui/styles/images/icons/parameter-ltr.svg
+++ b/modules/ve-mw/ui/styles/images/icons/parameter-ltr.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <svg xmlns="http://www.w3.org/2000/svg"; width="24" height="24" viewBox="0 0 24 
24">
-    <g id="parameter">
-        <path id="offset-box" d="M16 6h-8c-2 0-3 1-3 3v6c0 2 1 3 3 3h8c2 0 3-1 
3-3v-6c0-2-1-3-3-3zm1 9c0 .469-.521 1-1 1h-6v-8h6c.479 0 1 .531 1 1v6z"/>
-    </g>
+       <path d="M16 6h-8c-2 0-3 1-3 3v6c0 2 1 3 3 3h8c2 0 3-1 
3-3v-6c0-2-1-3-3-3zm1 9c0 .469-.521 1-1 1h-6v-8h6c.479 0 1 .531 1 1v6z"/>
 </svg>
diff --git a/modules/ve-mw/ui/styles/images/icons/parameter-rtl.svg 
b/modules/ve-mw/ui/styles/images/icons/parameter-rtl.svg
index d66fc97..039f370 100644
--- a/modules/ve-mw/ui/styles/images/icons/parameter-rtl.svg
+++ b/modules/ve-mw/ui/styles/images/icons/parameter-rtl.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <svg xmlns="http://www.w3.org/2000/svg"; width="24" height="24" viewBox="0 0 24 
24">
-    <g id="parameter">
-        <path id="offset-box" d="M8 6h8c2 0 3 1 3 3v6c0 2-1 3-3 3h-8c-2 
0-3-1-3-3v-6c0-2 1-3 3-3zm-1 9c0 .469.521 1 1 1h6v-8h-6c-.479 0-1 .531-1 1v6z"/>
-    </g>
+    <path d="M8 6h8c2 0 3 1 3 3v6c0 2-1 3-3 3h-8c-2 0-3-1-3-3v-6c0-2 1-3 
3-3zm-1 9c0 .469.521 1 1 1h6v-8h-6c-.479 0-1 .531-1 1v6z"/>
 </svg>
diff --git a/modules/ve-mw/ui/styles/images/icons/parameter-set-ltr.svg 
b/modules/ve-mw/ui/styles/images/icons/parameter-set-ltr.svg
index 5e4a76b..ed7b8e8 100644
--- a/modules/ve-mw/ui/styles/images/icons/parameter-set-ltr.svg
+++ b/modules/ve-mw/ui/styles/images/icons/parameter-set-ltr.svg
@@ -1,8 +1,6 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <svg xmlns="http://www.w3.org/2000/svg"; width="24" height="24" viewBox="0 0 24 
24">
-    <g id="parameter-set">
-        <path id="offset-front" d="M16.504 11.019h-3.987c-.998 
0-1.496.498-1.496 1.494v2.991c0 .998.498 1.496 1.496 1.496h3.987c.998 0 
1.496-.498 1.496-1.496v-2.991c0-.996-.498-1.494-1.496-1.494zm.498 4.485c0 
.234-.259.498-.498.498h-2.991v-4.002h2.991c.239 0 .498.279.498.513v2.991z"/>
-        <path id="box-middle" d="M9.516 11.513c0-.996.504-1.513 
1.502-1.513h3.912c-.153-.655-.616-1-1.426-1h-3.987c-.998 0-1.496.498-1.496 
1.494v2.991c0 .998.498 1.496 1.496 1.496l-.001-3.468z"/>
-        <path id="box-back" d="M6.516 9.513c0-.996.504-1.513 
1.502-1.513h3.912c-.153-.655-.616-1-1.426-1h-3.987c-.998 0-1.496.498-1.496 
1.494v2.991c0 .998.498 1.496 1.496 1.496l-.001-3.468z"/>
-    </g>
+    <path id="offset-front" d="M16.504 11.019h-3.987c-.998 0-1.496.498-1.496 
1.494v2.991c0 .998.498 1.496 1.496 1.496h3.987c.998 0 1.496-.498 
1.496-1.496v-2.991c0-.996-.498-1.494-1.496-1.494zm.498 4.485c0 
.234-.259.498-.498.498h-2.991v-4.002h2.991c.239 0 .498.279.498.513v2.991z"/>
+    <path id="box-middle" d="M9.516 11.513c0-.996.504-1.513 
1.502-1.513h3.912c-.153-.655-.616-1-1.426-1h-3.987c-.998 0-1.496.498-1.496 
1.494v2.991c0 .998.498 1.496 1.496 1.496l-.001-3.468z"/>
+    <path id="box-back" d="M6.516 9.513c0-.996.504-1.513 
1.502-1.513h3.912c-.153-.655-.616-1-1.426-1h-3.987c-.998 0-1.496.498-1.496 
1.494v2.991c0 .998.498 1.496 1.496 1.496l-.001-3.468z"/>
 </svg>
diff --git a/modules/ve-mw/ui/styles/images/icons/parameter-set-rtl.svg 
b/modules/ve-mw/ui/styles/images/icons/parameter-set-rtl.svg
index 4221d47..840ea97 100644
--- a/modules/ve-mw/ui/styles/images/icons/parameter-set-rtl.svg
+++ b/modules/ve-mw/ui/styles/images/icons/parameter-set-rtl.svg
@@ -1,8 +1,6 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <svg xmlns="http://www.w3.org/2000/svg"; width="24" height="24" viewBox="0 0 24 
24">
-    <g id="parameter-set">
-        <path id="offset-front" d="M6.517 11.019h3.987c.998 0 1.496.498 1.496 
1.494v2.991c0 .998-.498 1.496-1.496 1.496h-3.987c-.998 
0-1.496-.498-1.496-1.496v-2.991c0-.996.498-1.494 1.496-1.494zm-.498 4.485c0 
.234.259.498.498.498h2.991v-4.002h-2.991c-.239 0-.498.279-.498.513v2.991z"/>
-        <path id="box-middle" d="M13.505 
11.513c0-.996-.504-1.513-1.502-1.513h-3.912c.153-.655.616-1 1.426-1h3.987c.998 
0 1.496.498 1.496 1.494v2.991c0 .998-.498 1.496-1.496 1.496l.001-3.468z"/>
-        <path id="box-back" d="M16.505 
9.513c0-.996-.504-1.513-1.502-1.513h-3.912c.153-.655.616-1 1.426-1h3.987c.998 0 
1.496.498 1.496 1.494v2.991c0 .998-.498 1.496-1.496 1.496l.001-3.468z"/>
-    </g>
+    <path id="offset-front" d="M6.517 11.019h3.987c.998 0 1.496.498 1.496 
1.494v2.991c0 .998-.498 1.496-1.496 1.496h-3.987c-.998 
0-1.496-.498-1.496-1.496v-2.991c0-.996.498-1.494 1.496-1.494zm-.498 4.485c0 
.234.259.498.498.498h2.991v-4.002h-2.991c-.239 0-.498.279-.498.513v2.991z"/>
+    <path id="box-middle" d="M13.505 
11.513c0-.996-.504-1.513-1.502-1.513h-3.912c.153-.655.616-1 1.426-1h3.987c.998 
0 1.496.498 1.496 1.494v2.991c0 .998-.498 1.496-1.496 1.496l.001-3.468z"/>
+    <path id="box-back" d="M16.505 
9.513c0-.996-.504-1.513-1.502-1.513h-3.912c.153-.655.616-1 1.426-1h3.987c.998 0 
1.496.498 1.496 1.494v2.991c0 .998-.498 1.496-1.496 1.496l.001-3.468z"/>
 </svg>
diff --git a/modules/ve-mw/ui/styles/images/icons/profile.svg 
b/modules/ve-mw/ui/styles/images/icons/profile.svg
index 8cb09a3..db6360d 100644
--- a/modules/ve-mw/ui/styles/images/icons/profile.svg
+++ b/modules/ve-mw/ui/styles/images/icons/profile.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <svg xmlns="http://www.w3.org/2000/svg"; width="24" height="24" viewBox="0 0 24 
24">
-    <g id="profile">
-        <path id="face" d="m 17.143529,18.98908 c 1.761959,0 
1.845555,-1.670806 1.845555,-1.758191 L 19,5 H 6.8673952 C 5.1054368,5 
5,6.6926423 5,6.7800276 L 5.0218408,19 17.143529,18.98908 z M 
14.084987,9.147306 c 0.520184,0 0.940796,0.4211577 0.940796,0.941342 0,0.520195 
-0.419793,0.939431 -0.939977,0.939431 -0.520195,0 -0.939977,-0.42142 
-0.939977,-0.941615 0,-0.5201844 0.418963,-0.939158 0.939158,-0.939158 z m 
-4.170789,0.00246 c 0.520184,0 0.94298,0.4211577 0.94298,0.941342 0,0.520195 
-0.422796,0.936974 -0.94298,0.936974 -0.5201952,0 -0.9391579,-0.397122 
-0.9391579,-0.917317 0,-0.5201845 0.4189627,-0.961 0.9391579,-0.961 z m 
5.95164,5.012482 c -2.027282,1.788626 -5.85661,1.735225 -7.786274,-0.163807 
-0.2329985,-0.218419 -0.229362,-0.596954 -0.01092,-0.829953 0.2184197,-0.232977 
0.6,-0.232638 0.8299534,-0.01092 1.5397816,1.485179 4.7394706,1.4961 
6.2901726,0.02184 0.231448,-0.220035 0.596977,-0.189294 0.829954,0.04368 
0.274988,0.293301 0.142796,0.721546 -0.152886,0.939158 z" />
-    </g>
+    <path d="m 17.143529,18.98908 c 1.761959,0 1.845555,-1.670806 
1.845555,-1.758191 L 19,5 H 6.8673952 C 5.1054368,5 5,6.6926423 5,6.7800276 L 
5.0218408,19 17.143529,18.98908 z M 14.084987,9.147306 c 0.520184,0 
0.940796,0.4211577 0.940796,0.941342 0,0.520195 -0.419793,0.939431 
-0.939977,0.939431 -0.520195,0 -0.939977,-0.42142 -0.939977,-0.941615 
0,-0.5201844 0.418963,-0.939158 0.939158,-0.939158 z m -4.170789,0.00246 c 
0.520184,0 0.94298,0.4211577 0.94298,0.941342 0,0.520195 -0.422796,0.936974 
-0.94298,0.936974 -0.5201952,0 -0.9391579,-0.397122 -0.9391579,-0.917317 
0,-0.5201845 0.4189627,-0.961 0.9391579,-0.961 z m 5.95164,5.012482 c 
-2.027282,1.788626 -5.85661,1.735225 -7.786274,-0.163807 -0.2329985,-0.218419 
-0.229362,-0.596954 -0.01092,-0.829953 0.2184197,-0.232977 0.6,-0.232638 
0.8299534,-0.01092 1.5397816,1.485179 4.7394706,1.4961 6.2901726,0.02184 
0.231448,-0.220035 0.596977,-0.189294 0.829954,0.04368 0.274988,0.293301 
0.142796,0.721546 -0.152886,0.939158 z"/>
 </svg>
diff --git a/modules/ve-mw/ui/styles/images/icons/public-domain.svg 
b/modules/ve-mw/ui/styles/images/icons/public-domain.svg
index cd407a8..9345563 100644
--- a/modules/ve-mw/ui/styles/images/icons/public-domain.svg
+++ b/modules/ve-mw/ui/styles/images/icons/public-domain.svg
@@ -1,7 +1,5 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <svg xmlns="http://www.w3.org/2000/svg"; width="24" height="24" viewBox="0 0 24 
24">
-    <g id="public-domain">
-               <path id="struck-circle" d="M 12 5 C 8.134007 5 5 8.1340068 5 
12 C 5 15.865993 8.134007 19 12 19 C 15.865993 19 19 15.865993 19 12 C 19 
8.1340068 15.865993 5 12 5 z M 12 6.25 C 13.253108 6.25 14.398931 6.6627956 
15.34375 7.34375 L 7.34375 15.34375 C 6.6627955 14.398931 6.25 13.253108 6.25 
12 C 6.25 8.8252917 8.825292 6.25 12 6.25 z M 16.65625 8.65625 C 17.337204 
9.6010687 17.75 10.746892 17.75 12 C 17.75 15.174708 15.174708 17.75 12 17.75 C 
10.738129 17.75 9.5733933 17.3459 8.625 16.65625 L 16.65625 8.65625 z" />
-               <path id="c" d="m 13.474437,10.87884 c -0.03906,-0.292478 
-0.136703,-0.545958 -0.292935,-0.760442 -0.21482,-0.3119761 
-0.566342,-0.4679642 -1.035039,-0.4679642 -0.663986,0 -1.132683,0.3314747 
-1.38656,0.9944242 -0.136704,0.350973 -0.195291,0.818938 -0.195291,1.403893 
0,0.565457 0.05859,0.994424 0.195291,1.345397 0.234348,0.623953 
0.683515,0.955427 1.347502,0.955427 0.468697,0 0.80069,-0.116991 
0.995981,-0.370471 0.19529,-0.253481 0.312464,-0.584956 0.351522,-0.974926 h 
2.031019 c -0.03906,0.604454 -0.273407,1.169911 -0.663987,1.715869 
-0.624929,0.877433 -1.542793,1.3064 -2.773122,1.3064 -1.230328,0 
-2.128664,-0.370471 -2.695005,-1.091916 -0.585871,-0.721445 -0.859277,-1.657374 
-0.859277,-2.827285 0,-1.3064 0.312464,-2.3203226 0.956922,-3.0417675 
0.644458,-0.721445 1.523264,-1.0919167 2.636418,-1.0919167 0.956923,0 
1.738084,0.2144836 2.343483,0.6434509 0.6054,0.4289673 0.976452,1.1894092 
1.074097,2.2618273 h -2.031019 z" />
-       </g>
+       <path id="struck-circle" d="M 12 5 C 8.134007 5 5 8.1340068 5 12 C 5 
15.865993 8.134007 19 12 19 C 15.865993 19 19 15.865993 19 12 C 19 8.1340068 
15.865993 5 12 5 z M 12 6.25 C 13.253108 6.25 14.398931 6.6627956 15.34375 
7.34375 L 7.34375 15.34375 C 6.6627955 14.398931 6.25 13.253108 6.25 12 C 6.25 
8.8252917 8.825292 6.25 12 6.25 z M 16.65625 8.65625 C 17.337204 9.6010687 
17.75 10.746892 17.75 12 C 17.75 15.174708 15.174708 17.75 12 17.75 C 10.738129 
17.75 9.5733933 17.3459 8.625 16.65625 L 16.65625 8.65625 z"/>
+       <path id="c" d="m 13.474437,10.87884 c -0.03906,-0.292478 
-0.136703,-0.545958 -0.292935,-0.760442 -0.21482,-0.3119761 
-0.566342,-0.4679642 -1.035039,-0.4679642 -0.663986,0 -1.132683,0.3314747 
-1.38656,0.9944242 -0.136704,0.350973 -0.195291,0.818938 -0.195291,1.403893 
0,0.565457 0.05859,0.994424 0.195291,1.345397 0.234348,0.623953 
0.683515,0.955427 1.347502,0.955427 0.468697,0 0.80069,-0.116991 
0.995981,-0.370471 0.19529,-0.253481 0.312464,-0.584956 0.351522,-0.974926 h 
2.031019 c -0.03906,0.604454 -0.273407,1.169911 -0.663987,1.715869 
-0.624929,0.877433 -1.542793,1.3064 -2.773122,1.3064 -1.230328,0 
-2.128664,-0.370471 -2.695005,-1.091916 -0.585871,-0.721445 -0.859277,-1.657374 
-0.859277,-2.827285 0,-1.3064 0.312464,-2.3203226 0.956922,-3.0417675 
0.644458,-0.721445 1.523264,-1.0919167 2.636418,-1.0919167 0.956923,0 
1.738084,0.2144836 2.343483,0.6434509 0.6054,0.4289673 0.976452,1.1894092 
1.074097,2.2618273 h -2.031019 z"/>
 </svg>
diff --git a/modules/ve-wmf/betafeatures-icon-VisualEditor-ltr.svg 
b/modules/ve-wmf/betafeatures-icon-VisualEditor-ltr.svg
index 6858b50..f684b28 100644
--- a/modules/ve-wmf/betafeatures-icon-VisualEditor-ltr.svg
+++ b/modules/ve-wmf/betafeatures-icon-VisualEditor-ltr.svg
@@ -1,56 +1,40 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg xmlns="http://www.w3.org/2000/svg"; id="svg2" viewBox="0 0 264 162" 
height="162" width="264">
-    <defs id="defs78">
-        <clipPath id="jagged-edge">
-            <path d="M0 0v152l12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10 
12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10 12 10 
12-10V0z"/>
-        </clipPath>
-    </defs>
-    <g clip-path="url(#jagged-edge)" id="screenshot">
-        <path id="background" d="M263.5 162.25l-263-.5V.5h263z" fill="#fff"/>
-        <path id="article" d="M252 162.496V29H48v133.496z" fill="#e5e5e5"/>
-        <path id="logo" d="M11 22c0-7.732 6.268-14 14-14s14 6.268 14 14-6.268 
14-14 14-14-6.268-14-14z" fill="#e5e5e5"/>
-        <path id="sidebar" d="M38 163.807V58H13v105.807h25z" fill="#e5e5e5"/>
-        <g id="personal-tools" fill="#e5e5e5">
-            <path d="M233 5h26v6h-26V5zM209 5h22v6h-22zM185 5h22v6h-22zM162 
5h13v6h-13zM177 5h6v6h-6zM154 5h6v6h-6z"/>
-        </g>
-        <g id="search" fill="#e5e5e5">
-            <path id="path5717" d="M258 16v4h-92v-4h92m1-1h-94v6h94v-6z"/>
-            <path id="icon" d="M168 17h2v2h-2z"/>
-        </g>
-        <path id="sitename" d="M38 45v-5H13v5h25z" fill="#e5e5e5"/>
-        <path d="M0 0v162h264V0zm1 1h262v150.533l-11 9.166-12-10-12 
10-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 
10-12-10-12 10-12-10-12 10-12-10-12 10-11-9.167z" id="border" fill="#e5e5e5"/>
-        <g id="g76-6">
-            <path id="rect78-6" d="M48.083 43h204.084v20.75H48.083z" 
fill="#36c" transform="translate(0 -14)"/>
-        </g>
-        <g id="g80-1">
-            <path id="rect82-3" d="M59 72.333h54v6H59z" fill="#cdcccc" 
transform="translate(0 -14)"/>
-        </g>
-        <g id="g84-5" opacity=".412">
-            <path d="M240 84.334h-39v30h39zm-26.348 13.043h1.403l8.7 8.604 
4.725-2.833 7.117 5.943v.025H204.45z" id="path86-5" fill="#9c9c9d" 
transform="translate(0 -14)"/>
-        </g>
-        <g id="g88-0">
-            <path id="rect90-2" d="M59 123.334h181v3H59z" fill="#cdcccc" 
transform="translate(0 -14)"/>
-        </g>
-        <g id="g92-4">
-            <path id="rect94-2" d="M59 133.334h104v3H59z" fill="#cdcccc" 
transform="translate(0 -4)"/>
-        </g>
-        <g id="g96-4">
-            <path id="rect98-0" d="M59 89.334h134v3H59z" fill="#cdcccc" 
transform="translate(0 -14)"/>
-        </g>
-        <g id="g100-4">
-            <path id="rect102-0" d="M59 99.334h134v3H59z" fill="#cdcccc" 
transform="translate(0 -14)"/>
-        </g>
-        <g id="g104-7">
-            <path id="rect106-4" d="M59 109.334h39v3H59z" fill="#cdcccc" 
transform="translate(0 -14)"/>
-        </g>
-        <g id="g5278" fill="#fff">
-            <path id="path112-4" d="M59 34.333h25v10H59v-10z"/>
-            <path d="M92.5 34.333h10v10h-10z" id="rect116-9"/>
-            <path d="M109.5 34.333h10v10h-10z" id="rect120-7"/>
-        </g>
-        <path id="rect127-7" d="M100.012 
90.834v2h1.457v7h-1.49v2h4.916v-2h-1.427v-7h1.458v-2z" fill="#36c"/>
-        <g id="g88-0-9">
-            <path id="rect90-2-0" d="M59 123.334h181v3H59z" fill="#cdcccc" 
transform="translate(0 -4)"/>
-        </g>
-    </g>
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg"; width="264" height="162" viewBox="0 0 
264 162">
+       <defs>
+               <clipPath id="jagged-edge">
+                       <path d="M0 0v152l12 10 12-10 12 10 12-10 12 10 12-10 
12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10 12 10 
12-10 12 10 12-10V0z"/>
+               </clipPath>
+       </defs>
+       <g id="screenshot" clip-path="url(#jagged-edge)">
+               <path id="background" fill="#fff" d="M263.5 
162.25l-263-.5V.5h263z"/>
+               <path id="article" fill="#e5e5e5" d="M252 
162.496V29H48v133.496z"/>
+               <path id="logo" fill="#e5e5e5" d="M11 22c0-7.732 6.268-14 
14-14s14 6.268 14 14-6.268 14-14 14-14-6.268-14-14z"/>
+               <path id="sidebar" fill="#e5e5e5" d="M38 
163.807V58H13v105.807h25z"/>
+               <path id="personal-tools" fill="#e5e5e5" d="M233 
5h26v6h-26V5zm-24 0h22v6h-22zm-24 0h22v6h-22zm-23 0h13v6h-13zm15 0h6v6h-6zm-23 
0h6v6h-6z"/>
+               <g id="search" fill="#e5e5e5">
+                       <path id="path5717" d="M258 
16v4h-92v-4h92m1-1h-94v6h94v-6z"/>
+                       <path id="icon" d="M168 17h2v2h-2z"/>
+               </g>
+               <path id="sitename" fill="#e5e5e5" d="M38 45v-5H13v5h25z"/>
+               <path id="border" fill="#e5e5e5" d="M0 0v162h264V0zm1 
1h262v150.533l-11 9.166-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 
10-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 
10-11-9.167z"/>
+               <path fill="#36c" d="M48.083 29h204.084v20.75H48.083z"/>
+               <path fill="#cdcccc" d="M59 58.333h54v6H59z"/>
+               <g opacity=".412">
+                       <path id="path86-5" fill="#9c9c9d" d="M240 
70.334h-39v30h39zm-26.348 13.043h1.403l8.7 8.604 4.725-2.833 7.117 
5.943v.025H204.45z"/>
+               </g>
+               <g fill="#cdcccc">
+                       <path d="M59 109.334h181v3H59z"/>
+                       <path d="M59 129.334h104v3H59z"/>
+                       <path d="M59 75.334h134v3H59z"/>
+                       <path d="M59 85.334h134v3H59z"/>
+                       <path d="M59 95.334h39v3H59z"/>
+               </g>
+               <g fill="#fff">
+                       <path d="M59 34.333h25v10H59v-10z"/>
+                       <path d="M92.5 34.333h10v10h-10z"/>
+                       <path d="M109.5 34.333h10v10h-10z"/>
+               </g>
+               <path fill="#36c" d="M100.012 
90.834v2h1.457v7h-1.49v2h4.916v-2h-1.427v-7h1.458v-2z"/>
+               <path fill="#cdcccc" d="M59 119.334h181v3H59z"/>
+       </g>
 </svg>
diff --git a/modules/ve-wmf/betafeatures-icon-VisualEditor-rtl.svg 
b/modules/ve-wmf/betafeatures-icon-VisualEditor-rtl.svg
index ce2d989..1aeca01 100644
--- a/modules/ve-wmf/betafeatures-icon-VisualEditor-rtl.svg
+++ b/modules/ve-wmf/betafeatures-icon-VisualEditor-rtl.svg
@@ -1,61 +1,47 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg xmlns="http://www.w3.org/2000/svg"; width="264" height="162" viewBox="0 0 
264 162" id="svg2">
-    <defs id="defs78">
-        <clipPath id="jagged-edge">
-            <path d="M0 0v152l12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10 
12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10 12 10 
12-10V0z"/>
-        </clipPath>
-    </defs>
-    <g transform="matrix(-1 0 0 1 264 0)" id="screenshot" 
clip-path="url(#jagged-edge)">
-        <path d="M263.5 162.25l-263-.5V.5h263z" id="background" fill="#fff"/>
-        <path d="M252 162.496V29H48v133.496z" id="article" fill="#e5e5e5"/>
-        <path d="M11 22c0-7.732 6.268-14 14-14s14 6.268 14 14-6.268 14-14 
14-14-6.268-14-14z" id="logo" fill="#e5e5e5"/>
-        <path d="M38 163.807V58H13v105.807h25z" id="sidebar" fill="#e5e5e5"/>
-        <g id="personal-tools" fill="#e5e5e5">
-            <path id="path8055" d="M233 5h26v6h-26V5z"/>
-            <path id="path8057" d="M209 5h22v6h-22z"/>
-            <path id="path8059" d="M185 5h22v6h-22z"/>
-            <path id="path8061" d="M162 5h13v6h-13z"/>
-            <path id="path8063" d="M177 5h6v6h-6z"/>
-            <path id="path8065" d="M154 5h6v6h-6z"/>
-        </g>
-        <g id="search" fill="#e5e5e5">
-            <path d="M258 16v4h-92v-4h92m1-1h-94v6h94v-6z" id="path5717"/>
-            <path d="M168 17h2v2h-2z" id="icon"/>
-        </g>
-        <path d="M38 45v-5H13v5h25z" id="sitename" fill="#e5e5e5"/>
-        <path id="border" d="M0 0v162h264V0zm1 1h262v150.533l-11 
9.166-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 
10-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 10-11-9.167z" fill="#e5e5e5"/>
-        <g id="g76-6">
-            <path d="M48.083 43h204.084v20.75H48.083z" id="rect78-6" 
fill="#36c" transform="translate(0 -14)"/>
-        </g>
-        <g id="g80-1">
-            <path d="M59 72.333h54v6H59z" id="rect82-3" fill="#cdcccc" 
transform="translate(0 -14)"/>
-        </g>
-        <g id="g84-5" opacity=".412">
-            <path id="path86-5" d="M240 84.334h-39v30h39zm-26.348 
13.043h1.403l8.7 8.604 4.725-2.833 7.117 5.943v.025H204.45z" fill="#9c9c9d" 
transform="translate(0 -14)"/>
-        </g>
-        <g id="g88-0">
-            <path d="M59 123.334h181v3H59z" id="rect90-2" fill="#cdcccc" 
transform="translate(0 -14)"/>
-        </g>
-        <g id="g92-4">
-            <path d="M59 133.334h104v3H59z" id="rect94-2" fill="#cdcccc" 
transform="translate(0 -4)"/>
-        </g>
-        <g id="g96-4">
-            <path d="M59 89.334h134v3H59z" id="rect98-0" fill="#cdcccc" 
transform="translate(0 -14)"/>
-        </g>
-        <g id="g100-4">
-            <path d="M59 99.334h134v3H59z" id="rect102-0" fill="#cdcccc" 
transform="translate(0 -14)"/>
-        </g>
-        <g id="g104-7">
-            <path d="M59 109.334h39v3H59z" id="rect106-4" fill="#cdcccc" 
transform="translate(0 -14)"/>
-        </g>
-        <g id="g5278" fill="#fff">
-            <path d="M59 34.333h25v10H59v-10z" id="path112-4"/>
-            <path id="rect116-9" d="M92.5 34.333h10v10h-10z"/>
-            <path id="rect120-7" d="M109.5 34.333h10v10h-10z"/>
-        </g>
-        <path d="M100.012 
90.834v2h1.457v7h-1.49v2h4.916v-2h-1.427v-7h1.458v-2z" id="rect127-7" 
fill="#36c"/>
-        <g id="g88-0-9">
-            <path d="M59 123.334h181v3H59z" id="rect90-2-0" fill="#cdcccc" 
transform="translate(0 -4)"/>
-        </g>
-    </g>
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg"; id="svg2" width="264" height="162" 
viewBox="0 0 264 162">
+       <defs>
+               <clipPath id="jagged-edge">
+                       <path d="M0 0v152l12 10 12-10 12 10 12-10 12 10 12-10 
12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10 12 10 
12-10 12 10 12-10V0z"/>
+               </clipPath>
+       </defs>
+       <g id="screenshot" transform="matrix(-1 0 0 1 264 0)" 
clip-path="url(#jagged-edge)">
+               <path id="background" fill="#fff" d="M263.5 
162.25l-263-.5V.5h263z"/>
+               <path id="article" fill="#e5e5e5" d="M252 
162.496V29H48v133.496z"/>
+               <path id="logo" fill="#e5e5e5" d="M11 22c0-7.732 6.268-14 
14-14s14 6.268 14 14-6.268 14-14 14-14-6.268-14-14z"/>
+               <path id="sidebar" fill="#e5e5e5" d="M38 
163.807V58H13v105.807h25z"/>
+               <g id="personal-tools" fill="#e5e5e5">
+                       <path d="M233 5h26v6h-26V5z"/>
+                       <path d="M209 5h22v6h-22z"/>
+                       <path d="M185 5h22v6h-22z"/>
+                       <path d="M162 5h13v6h-13z"/>
+                       <path d="M177 5h6v6h-6z"/>
+                       <path d="M154 5h6v6h-6z"/>
+               </g>
+               <g id="search" fill="#e5e5e5">
+                       <path d="M258 16v4h-92v-4h92m1-1h-94v6h94v-6z"/>
+                       <path id="icon" d="M168 17h2v2h-2z"/>
+               </g>
+               <path id="sitename" fill="#e5e5e5" d="M38 45v-5H13v5h25z"/>
+               <path id="border" fill="#e5e5e5" d="M0 0v162h264V0zm1 
1h262v150.533l-11 9.166-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 
10-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 
10-11-9.167z"/>
+               <path fill="#36c" d="M48.083 29h204.084v20.75H48.083z"/>
+               <path fill="#cdcccc" d="M59 58.333h54v6H59z"/>
+               <g opacity=".412">
+                       <path fill="#9c9c9d" d="M240 70.334h-39v30h39zm-26.348 
13.043h1.403l8.7 8.604 4.725-2.833 7.117 5.943v.025H204.45z"/>
+               </g>
+               <g fill="#cdcccc">
+                       <path d="M59 109.334h181v3H59z"/>
+                       <path d="M59 129.334h104v3H59z"/>
+                       <path d="M59 75.334h134v3H59z"/>
+                       <path d="M59 85.334h134v3H59z"/>
+                       <path d="M59 95.334h39v3H59z"/>
+               </g>
+               <g fill="#fff">
+                       <path d="M59 34.333h25v10H59v-10z"/>
+                       <path d="M92.5 34.333h10v10h-10z"/>
+                       <path d="M109.5 34.333h10v10h-10z"/>
+               </g>
+               <path fill="#36c" d="M100.012 
90.834v2h1.457v7h-1.49v2h4.916v-2h-1.427v-7h1.458v-2z"/>
+               <path fill="#cdcccc" d="M59 119.334h181v3H59z"/>
+       </g>
 </svg>
diff --git a/modules/ve-wmf/betafeatures-icon-WikitextEditor-ltr.svg 
b/modules/ve-wmf/betafeatures-icon-WikitextEditor-ltr.svg
index 8a0cb2f..dc00940 100644
--- a/modules/ve-wmf/betafeatures-icon-WikitextEditor-ltr.svg
+++ b/modules/ve-wmf/betafeatures-icon-WikitextEditor-ltr.svg
@@ -1,62 +1,27 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg xmlns="http://www.w3.org/2000/svg"; width="264" height="162" viewBox="0 0 
264 162" id="svg2">
-    <defs id="defs78">
-        <clipPath id="jagged-edge">
-            <path id="path5595" d="M0 0v152l12 10 12-10 12 10 12-10 12 10 
12-10 12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10 
12 10 12-10 12 10 12-10V0z"/>
-        </clipPath>
-    </defs>
-    <g id="screenshot" clip-path="url(#jagged-edge)">
-        <path fill="#fff" d="M263.5 162.25l-263-.5V.5h263z" id="background"/>
-        <path fill="#e5e5e5" d="M252 162.496V29H48v133.496z" id="article"/>
-        <path fill="#e5e5e5" d="M11 22c0-7.732 6.268-14 14-14s14 6.268 14 
14-6.268 14-14 14-14-6.268-14-14z" id="logo"/>
-        <path fill="#e5e5e5" d="M38 163.807V58H13v105.807h25z" id="sidebar"/>
-        <g fill="#e5e5e5" id="personal-tools">
-            <path id="path5603" d="M233 5h26v6h-26V5zm-24 0h22v6h-22zm-24 
0h22v6h-22zm-23 0h13v6h-13zm15 0h6v6h-6zm-23 0h6v6h-6z"/>
-        </g>
-        <g fill="#e5e5e5" id="search">
-            <path d="M258 16v4h-92v-4h92m1-1h-94v6h94v-6z" id="path5717"/>
-            <path d="M168 17h2v2h-2z" id="icon"/>
-        </g>
-        <path fill="#e5e5e5" d="M38 45v-5H13v5h25z" id="sitename"/>
-        <path fill="#e5e5e5" id="border" d="M0 0v162h264V0zm1 
1h262v150.533l-11 9.166-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 
10-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 
10-11-9.168z"/>
-        <g id="g76-6">
-            <path transform="translate(0 -14)" fill="#36c" id="rect78-6" 
d="M48.083 43h204.084v20.75H48.083z"/>
-        </g>
-        <g fill="#fff" id="g5278">
-            <path id="path112-4" d="M59 34.333h25v10H59v-10z"/>
-            <path d="M92.5 34.333h10v10h-10z" id="rect116-9"/>
-            <path d="M109.5 34.333h10v10h-10z" id="rect120-7"/>
-        </g>
-        <g font-size="48" font-weight="500" id="*-copy" fill="#36c">
-            <path transform="translate(-5.052 -9.663)" id="path3076" 
d="M78.447 88.13l-1.128 1.968-4.058-2.376a11.313 11.313 0 0 1-.792-.528 3.114 
3.114 0 0 1-.623-.672c.24.56.36 1.16.36 
1.8v4.656h-2.28v-4.632c0-.32.016-.616.048-.888a3.2 3.2 0 0 1 .264-.84 3.547 
3.547 0 0 1-.6.6 6.7 6.7 0 0 1-.746.504l-4.032 2.352-1.128-1.968 
4.032-2.352a5.52 5.52 0 0 1 .84-.384c.272-.112.56-.184.864-.216a4.147 4.147 0 0 
1-1.703-.624l-4.056-2.376 1.13-1.968 4.056 
2.376c.288.176.544.36.768.552.24.192.448.416.624.672a3.914 3.914 0 0 
1-.288-.864 5.99 5.99 0 0 1-.073-.936v-4.68h2.28v4.632c0 
.32-.024.632-.072.936a3.094 3.094 0 0 1-.216.84 3.18 3.18 0 0 1 
.6-.624c.222-.176.47-.352.742-.528l4.032-2.328 1.128 1.968-4.032 
2.328c-.27.16-.543.296-.815.408a2.79 2.79 0 0 1-.816.216c.542.064 1.086.264 
1.63.6l4.056 2.376"/>
-        </g>
-        <path id="Combined-Shape-Copy" d="M165.983 
90h-4.286v2.143h2.144v10.714h-2.143V105h4.286zm-5.357 
0h-4.287v2.143h2.143v10.714h-2.144V105h4.286zm-57.144 
0h4.286v2.143h-2.143v10.714h2.143V105h-4.286zm5.358 
0h4.286v2.143h-2.144v10.714h2.144V105h-4.286z" fill="#36c" stroke-width=".381"/>
-        <g font-size="36" font-weight="500" id="#-copy" fill="#36c">
-            <path transform="matrix(.71725 0 0 .57193 2.09 39.89)" 
id="path3073" d="M91.893 129.772h-4.266l-1.098 
5.616h4.246l1.116-5.616m7.038-2.592l-.27 
1.494c-.06.372-.21.648-.45.828-.24.18-.61.27-1.115.27H94.79l-1.115 
5.616h3.06c.372 0 .636.114.792.342.168.216.21.588.126 1.116l-.162 
1.134H93.3l-1.476 7.542H90.24c-.17 0-.33-.036-.487-.108a1.166 1.166 0 0 
1-.36-.324 1.622 1.622 0 0 
1-.215-.486c-.036-.18-.03-.378.018-.594l1.206-6.03h-4.25l-1.205 
6.21c-.096.48-.294.822-.594 
1.026-.3.204-.64.306-1.025.306H81.78l1.476-7.542H80.77c-.36 
0-.625-.108-.793-.324-.168-.216-.21-.594-.126-1.134l.164-1.134h3.618l1.1-5.616h-4.087l.252-1.476c.06-.384.21-.666.45-.846.24-.18.612-.27
 1.116-.27h2.647l1.242-6.264c.07-.384.25-.684.54-.9a1.577 1.577 0 0 1 
1.007-.342h1.583l-1.475 7.506h4.266l1.46-7.506H95.3c.383 0 
.683.12.9.36.215.24.287.552.215.936l-1.24 6.21h3.76"/>
-        </g>
-        <g id="g80-1-3">
-            <path transform="translate(0 -14)" id="rect82-3-5" d="M59 
72.333h54v6H59z" fill="#cdcccc"/>
-        </g>
-        <g id="g88-0">
-            <path transform="matrix(.8895 0 0 1 26.52 -8)" id="rect90-2" 
d="M59 123.334h181v3H59z" fill="#cdcccc"/>
-        </g>
-        <g id="g92-4">
-            <path transform="translate(0 2)" id="rect94-2" d="M59 
133.334h104v3H59z" fill="#cdcccc"/>
-        </g>
-        <g id="g104-7">
-            <path transform="translate(0 -14)" id="rect106-4" d="M59 
109.334h39v3H59z" fill="#cdcccc"/>
-        </g>
-        <g id="g88-0-9">
-            <path transform="translate(0 2)" id="rect90-2-0" d="M59 
123.334h181v3H59z" fill="#cdcccc"/>
-        </g>
-        <g id="g104-7-6">
-            <path transform="translate(56 -14)" id="rect106-4-2" d="M59 
109.334h39v3H59z" fill="#cdcccc"/>
-        </g>
-        <g id="g88-0-91">
-            <path transform="matrix(.8895 0 0 1 26.52 -48)" id="rect90-2-2" 
d="M59 123.334h181v3H59z" fill="#cdcccc"/>
-        </g>
-        <g id="g88-0-9-7">
-            <path transform="translate(0 -38)" id="rect90-2-0-0" d="M59 
123.334h181v3H59z" fill="#cdcccc"/>
-        </g>
-    </g>
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg"; width="264" height="162" viewBox="0 0 
264 162">
+       <defs>
+               <clipPath id="jagged-edge">
+                       <path d="M0 0v152l12 10 12-10 12 10 12-10 12 10 12-10 
12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10 12 10 
12-10 12 10 12-10V0z"/>
+               </clipPath>
+       </defs>
+       <g id="screenshot" clip-path="url(#jagged-edge)">
+               <path id="background" fill="#fff" d="M263.5 
162.25l-263-.5V.5h263z"/>
+               <path id="article" fill="#e5e5e5" d="M252 
162.496V29H48v133.496z"/>
+               <path id="logo" fill="#e5e5e5" d="M11 22c0-7.732 6.268-14 
14-14s14 6.268 14 14-6.268 14-14 14-14-6.268-14-14z"/>
+               <path id="sidebar" fill="#e5e5e5" d="M38 
163.807V58H13v105.807h25z"/>
+               <path id="personal-tools" fill="#e5e5e5" d="M233 
5h26v6h-26V5zm-24 0h22v6h-22zm-24 0h22v6h-22zm-23 0h13v6h-13zm15 0h6v6h-6zm-23 
0h6v6h-6z"/>
+               <g id="search" fill="#e5e5e5">
+                       <path d="M258 16v4h-92v-4h92m1-1h-94v6h94v-6z"/>
+                       <path id="icon" d="M168 17h2v2h-2z"/>
+               </g>
+               <path id="sitename" fill="#e5e5e5" d="M38 45v-5H13v5h25z"/>
+               <path id="border" fill="#e5e5e5" d="M0 0v162h264V0zm1 
1h262v150.533l-11 9.166-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 
10-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 
10-11-9.168z"/>
+               <path id="rect78-6" fill="#36c" d="M48.083 
29h204.084v20.75H48.083z"/>
+               <path fill="#fff" d="M59 34.333h25v10H59v-10zm33.5 
0h10v10h-10zm17 0h10v10h-10z"/>
+               <path id="*-copy" fill="#36c" d="M73.395 78.467l-1.128 
1.968-4.058-2.376a11.313 11.313 0 0 1-.792-.528 3.114 3.114 0 0 
1-.623-.672c.24.56.36 1.16.36 
1.8v4.656h-2.28v-4.632c0-.32.016-.616.048-.888a3.2 3.2 0 0 1 .264-.84 3.547 
3.547 0 0 1-.6.6 6.7 6.7 0 0 1-.746.504l-4.032 2.352-1.128-1.968 
4.032-2.352a5.52 5.52 0 0 1 .84-.384c.272-.112.56-.184.864-.216a4.147 4.147 0 0 
1-1.703-.624l-4.056-2.376 1.13-1.968 4.056 
2.376c.288.176.544.36.768.552.24.192.448.416.624.672a3.914 3.914 0 0 
1-.288-.864 5.99 5.99 0 0 1-.073-.936v-4.68h2.28v4.632c0 
.32-.024.632-.072.936a3.094 3.094 0 0 1-.216.84 3.18 3.18 0 0 1 
.6-.624c.222-.176.47-.352.742-.528l4.032-2.328 1.128 1.968-4.032 
2.328c-.27.16-.543.296-.815.408a2.79 2.79 0 0 1-.816.216c.542.064 1.086.264 
1.63.6l4.056 2.376"/>
+               <path fill="#36c" stroke-width=".381" d="M165.983 
90h-4.286v2.143h2.144v10.714h-2.143V105h4.286zm-5.357 
0h-4.287v2.143h2.143v10.714h-2.144V105h4.286zm-57.144 
0h4.286v2.143h-2.143v10.714h2.143V105h-4.286zm5.358 
0h4.286v2.143h-2.144v10.714h2.144V105h-4.286z"/>
+               <path id="#-copy" fill="#36c" d="M68.00025425 
114.11049996h-3.0597885l-.7875405 
3.21195888h3.0454435l.800451-3.21195888m5.0480055-1.48244256l-.1936575.85446342c-.043035.21275796-.1506225.37061064-.3227625.47355804-.17214.1029474-.4375225.1544211-.79973375.1544211h-1.652544l-.79973375
 3.21195888h2.194785c.266817 0 
.456171.06520002.568062.19560006.120498.12353688.1506225.33629484.0903735.63827388l-.1161945.64856862H69.009425l-1.058661
 4.31349606H66.81464c-.1219325 
0-.2366925-.02058948-.34930075-.06176844a.8363135.66687038 0 0 
1-.25821-.18530532 1.1633795.92767046 0 0 
1-.15420875-.27795798c-.025821-.1029474-.0215175-.21618954.0129105-.33972642l.8650035-3.4487379H63.882522l-.86428625
 
3.5516853c-.068856.2745264-.2108715.47012646-.4260465.58680018-.215175.11667372-.45904.17501058-.73518125.17501058h-1.110303l1.058661-4.31349606h-1.7830835c-.25821
 
0-.44828125-.06176844-.56877925-.18530532-.120498-.12353688-.1506225-.33972642-.0903735-.64856862l.117629-.64856862h2.5950105l.788975-3.21195888H59.9333435l.180747-.84416868c.043035-.21962112.1506225-.38090538.3227625-.48385278.17214-.1029474.438957-.1544211.800451-.1544211h1.89856075l.8908245-3.58256952c.0502075-.21962112.1793125-.39120012.387315-.514737a1.13110325.9019336
 0 0 1 .72227075-.19560006h1.13540675L65.213738 
112.6280574h3.0597885l1.047185-4.29290658h1.1232135c.27470675 0 
.48988175.0686316.645525.2058948.15420875.1372632.20585075.31570536.15420875.53532648l-.88939
 3.5516853h2.69686"/>
+               <path fill="#cdcccc" d="M59 58.333h54v6H59zm20.0005 
57.001H240v3H79.0005zM59 135.334h104v3H59zm0-40h39v3H59zm0 
30h181v3H59zm56-30h39v3h-39zm-35.9995-20H240v3H79.0005zM59 85.334h181v3H59z"/>
+       </g>
 </svg>
diff --git a/modules/ve-wmf/betafeatures-icon-WikitextEditor-rtl.svg 
b/modules/ve-wmf/betafeatures-icon-WikitextEditor-rtl.svg
index fc5a915..194ff31 100644
--- a/modules/ve-wmf/betafeatures-icon-WikitextEditor-rtl.svg
+++ b/modules/ve-wmf/betafeatures-icon-WikitextEditor-rtl.svg
@@ -1,62 +1,33 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg xmlns="http://www.w3.org/2000/svg"; id="svg2" viewBox="0 0 264 162" 
height="162" width="264">
-    <defs id="defs78">
-        <clipPath id="jagged-edge">
-            <path d="M0 0v152l12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10 
12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10 12 10 
12-10V0z" id="path5595"/>
-        </clipPath>
-    </defs>
-    <g transform="matrix(-1 0 0 1 264 0)" clip-path="url(#jagged-edge)" 
id="screenshot">
-        <path id="background" d="M263.5 162.25l-263-.5V.5h263z" fill="#fff"/>
-        <path id="article" d="M252 162.496V29H48v133.496z" fill="#e5e5e5"/>
-        <path id="logo" d="M11 22c0-7.732 6.268-14 14-14s14 6.268 14 14-6.268 
14-14 14-14-6.268-14-14z" fill="#e5e5e5"/>
-        <path id="sidebar" d="M38 163.807V58H13v105.807z" fill="#e5e5e5"/>
-        <g id="personal-tools" fill="#e5e5e5">
-            <path d="M233 5h26v6h-26zm-24 0h22v6h-22zm-24 0h22v6h-22zm-23 
0h13v6h-13zm15 0h6v6h-6zm-23 0h6v6h-6z" id="path5603"/>
-        </g>
-        <g id="search" fill="#e5e5e5">
-            <path id="path5717" d="M258 16v4h-92v-4h92m1-1h-94v6h94z"/>
-            <path id="icon" d="M168 17h2v2h-2z"/>
-        </g>
-        <path id="sitename" d="M38 45v-5H13v5z" fill="#e5e5e5"/>
-        <path d="M0 0v162h264V0zm1 1h262v150.533l-11 9.166-12-10-12 
10-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 
10-12-10-12 10-12-10-12 10-12-10-12 10-11-9.168z" id="border" fill="#e5e5e5"/>
-        <g id="g76-6">
-            <path d="M48.083 43h204.084v20.75H48.083z" id="rect78-6" 
transform="translate(0 -14)" fill="#36c"/>
-        </g>
-        <g id="g5278" fill="#fff">
-            <path d="M59 34.333h25v10H59z" id="path112-4"/>
-            <path id="rect116-9" d="M92.5 34.333h10v10h-10z"/>
-            <path id="rect120-7" d="M109.5 34.333h10v10h-10z"/>
-        </g>
-        <g id="*-copy" font-weight="500" font-size="48" fill="#36c">
-            <path d="M78.447 88.13l-1.128 1.968-4.058-2.376a11.313 11.313 0 0 
1-.792-.528 3.114 3.114 0 0 1-.623-.672c.24.56.36 1.16.36 
1.8v4.656h-2.28v-4.632c0-.32.016-.616.048-.888a3.2 3.2 0 0 1 .264-.84 3.547 
3.547 0 0 1-.6.6 6.7 6.7 0 0 1-.746.504l-4.032 2.352-1.128-1.968 
4.032-2.352a5.52 5.52 0 0 1 .84-.384c.272-.112.56-.184.864-.216a4.147 4.147 0 0 
1-1.703-.624l-4.056-2.376 1.13-1.968 4.056 
2.376c.288.176.544.36.768.552.24.192.448.416.624.672a3.914 3.914 0 0 
1-.288-.864 5.99 5.99 0 0 1-.073-.936v-4.68h2.28v4.632c0 
.32-.024.632-.072.936a3.094 3.094 0 0 1-.216.84 3.18 3.18 0 0 1 
.6-.624c.222-.176.47-.352.742-.528l4.032-2.328 1.128 1.968-4.032 
2.328c-.27.16-.543.296-.815.408a2.79 2.79 0 0 1-.816.216c.542.064 1.086.264 
1.63.6l4.056 2.376" id="path3076" transform="translate(-5.052 -9.663)"/>
-        </g>
-        <path d="M165.983 
90h-4.286v2.143h2.144v10.714h-2.143V105h4.286zm-5.357 
0h-4.287v2.143h2.143v10.714h-2.144V105h4.286zm-57.144 
0h4.286v2.143h-2.143v10.714h2.143V105h-4.286zm5.358 
0h4.286v2.143h-2.144v10.714h2.144V105h-4.286z" id="Combined-Shape-Copy" 
fill="#36c" stroke-width=".381"/>
-        <g id="#-copy" font-weight="500" font-size="36" fill="#36c">
-            <path d="M91.893 129.772h-4.266l-1.098 
5.616h4.246l1.116-5.616m7.038-2.592l-.27 
1.494c-.06.372-.21.648-.45.828-.24.18-.61.27-1.115.27H94.79l-1.115 
5.616h3.06c.372 0 .636.114.792.342.168.216.21.588.126 1.116l-.162 
1.134H93.3l-1.476 7.542H90.24c-.17 0-.33-.036-.487-.108a1.166 1.166 0 0 
1-.36-.324 1.622 1.622 0 0 
1-.215-.486c-.036-.18-.03-.378.018-.594l1.206-6.03h-4.25l-1.205 
6.21c-.096.48-.294.822-.594 
1.026-.3.204-.64.306-1.025.306H81.78l1.476-7.542H80.77c-.36 
0-.625-.108-.793-.324-.168-.216-.21-.594-.126-1.134l.164-1.134h3.618l1.1-5.616h-4.087l.252-1.476c.06-.384.21-.666.45-.846.24-.18.612-.27
 1.116-.27h2.647l1.242-6.264c.07-.384.25-.684.54-.9a1.577 1.577 0 0 1 
1.007-.342h1.583l-1.475 7.506h4.266l1.46-7.506H95.3c.383 0 
.683.12.9.36.215.24.287.552.215.936l-1.24 6.21h3.76" id="path3073" 
transform="matrix(.71725 0 0 .57193 2.09 39.89)"/>
-        </g>
-        <g id="g80-1-3">
-            <path d="M59 72.333h54v6H59z" id="rect82-3-5" 
transform="translate(0 -14)" fill="#cdcccc"/>
-        </g>
-        <g id="g88-0">
-            <path d="M59 123.334h181v3H59z" id="rect90-2" 
transform="matrix(.8895 0 0 1 26.52 -8)" fill="#cdcccc"/>
-        </g>
-        <g id="g92-4">
-            <path d="M59 133.334h104v3H59z" id="rect94-2" 
transform="translate(0 2)" fill="#cdcccc"/>
-        </g>
-        <g id="g104-7">
-            <path d="M59 109.334h39v3H59z" id="rect106-4" 
transform="translate(0 -14)" fill="#cdcccc"/>
-        </g>
-        <g id="g88-0-9">
-            <path d="M59 123.334h181v3H59z" id="rect90-2-0" 
transform="translate(0 2)" fill="#cdcccc"/>
-        </g>
-        <g id="g104-7-6">
-            <path d="M59 109.334h39v3H59z" id="rect106-4-2" 
transform="translate(56 -14)" fill="#cdcccc"/>
-        </g>
-        <g id="g88-0-91">
-            <path d="M59 123.334h181v3H59z" id="rect90-2-2" 
transform="matrix(.8895 0 0 1 26.52 -48)" fill="#cdcccc"/>
-        </g>
-        <g id="g88-0-9-7">
-            <path d="M59 123.334h181v3H59z" id="rect90-2-0-0" 
transform="translate(0 -38)" fill="#cdcccc"/>
-        </g>
-    </g>
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg"; width="264" height="162" viewBox="0 0 
264 162">
+       <defs>
+               <clipPath id="jagged-edge">
+                       <path d="M0 0v152l12 10 12-10 12 10 12-10 12 10 12-10 
12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10 12 10 
12-10 12 10 12-10V0z"/>
+               </clipPath>
+       </defs>
+       <g id="screenshot" transform="matrix(-1 0 0 1 264 0)" 
clip-path="url(#jagged-edge)">
+               <path id="background" fill="#fff" d="M263.5 
162.25l-263-.5V.5h263z"/>
+               <path id="article" fill="#e5e5e5" d="M252 
162.496V29H48v133.496z"/>
+               <path id="logo" fill="#e5e5e5" d="M11 22c0-7.732 6.268-14 
14-14s14 6.268 14 14-6.268 14-14 14-14-6.268-14-14z"/>
+               <path id="sidebar" fill="#e5e5e5" d="M38 
163.807V58H13v105.807z"/>
+               <g id="personal-tools" fill="#e5e5e5">
+                       <path id="path5603" d="M233 5h26v6h-26zm-24 
0h22v6h-22zm-24 0h22v6h-22zm-23 0h13v6h-13zm15 0h6v6h-6zm-23 0h6v6h-6z"/>
+               </g>
+               <g id="search" fill="#e5e5e5">
+                       <path id="path5717" d="M258 
16v4h-92v-4h92m1-1h-94v6h94z"/>
+                       <path id="icon" d="M168 17h2v2h-2z"/>
+               </g>
+               <path id="sitename" fill="#e5e5e5" d="M38 45v-5H13v5z"/>
+               <path id="border" fill="#e5e5e5" d="M0 0v162h264V0zm1 
1h262v150.533l-11 9.166-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 
10-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 
10-11-9.168z"/>
+               <path fill="#36c" d="M48.083 29h204.084v20.75H48.083z"/>
+               <g fill="#fff">
+                       <path id="path112-4" d="M59 34.333h25v10H59z"/>
+                       <path id="rect116-9" d="M92.5 34.333h10v10h-10z"/>
+                       <path id="rect120-7" d="M109.5 34.333h10v10h-10z"/>
+               </g>
+               <path id="*-copy" fill="#36c" d="M73.395 78.467l-1.128 
1.968-4.058-2.376a11.313 11.313 0 0 1-.792-.528 3.114 3.114 0 0 
1-.623-.672c.24.56.36 1.16.36 
1.8v4.656h-2.28v-4.632c0-.32.016-.616.048-.888a3.2 3.2 0 0 1 .264-.84 3.547 
3.547 0 0 1-.6.6 6.7 6.7 0 0 1-.746.504l-4.032 2.352-1.128-1.968 
4.032-2.352a5.52 5.52 0 0 1 .84-.384c.272-.112.56-.184.864-.216a4.147 4.147 0 0 
1-1.703-.624l-4.056-2.376 1.13-1.968 4.056 
2.376c.288.176.544.36.768.552.24.192.448.416.624.672a3.914 3.914 0 0 
1-.288-.864 5.99 5.99 0 0 1-.073-.936v-4.68h2.28v4.632c0 
.32-.024.632-.072.936a3.094 3.094 0 0 1-.216.84 3.18 3.18 0 0 1 
.6-.624c.222-.176.47-.352.742-.528l4.032-2.328 1.128 1.968-4.032 
2.328c-.27.16-.543.296-.815.408a2.79 2.79 0 0 1-.816.216c.542.064 1.086.264 
1.63.6l4.056 2.376"/>
+               <path id="Combined-Shape-Copy" fill="#36c" stroke-width=".381" 
d="M165.983 90h-4.286v2.143h2.144v10.714h-2.143V105h4.286zm-5.357 
0h-4.287v2.143h2.143v10.714h-2.144V105h4.286zm-57.144 
0h4.286v2.143h-2.143v10.714h2.143V105h-4.286zm5.358 
0h4.286v2.143h-2.144v10.714h2.144V105h-4.286z"/>
+               <path id="#-copy" fill="#36c" d="M68.00025425 
114.11049996h-3.0597885l-.7875405 
3.21195888h3.0454435l.800451-3.21195888m5.0480055-1.48244256l-.1936575.85446342c-.043035.21275796-.1506225.37061064-.3227625.47355804-.17214.1029474-.4375225.1544211-.79973375.1544211h-1.652544l-.79973375
 3.21195888h2.194785c.266817 0 
.456171.06520002.568062.19560006.120498.12353688.1506225.33629484.0903735.63827388l-.1161945.64856862H69.009425l-1.058661
 4.31349606H66.81464c-.1219325 
0-.2366925-.02058948-.34930075-.06176844a.8363135.66687038 0 0 
1-.25821-.18530532 1.1633795.92767046 0 0 
1-.15420875-.27795798c-.025821-.1029474-.0215175-.21618954.0129105-.33972642l.8650035-3.4487379H63.882522l-.86428625
 
3.5516853c-.068856.2745264-.2108715.47012646-.4260465.58680018-.215175.11667372-.45904.17501058-.73518125.17501058h-1.110303l1.058661-4.31349606h-1.7830835c-.25821
 
0-.44828125-.06176844-.56877925-.18530532-.120498-.12353688-.1506225-.33972642-.0903735-.64856862l.117629-.64856862h2.5950105l.788975-3.21195888H59.9333435l.180747-.84416868c.043035-.21962112.1506225-.38090538.3227625-.48385278.17214-.1029474.438957-.1544211.800451-.1544211h1.89856075l.8908245-3.58256952c.0502075-.21962112.1793125-.39120012.387315-.514737a1.13110325.9019336
 0 0 1 .72227075-.19560006h1.13540675L65.213738 
112.6280574h3.0597885l1.047185-4.29290658h1.1232135c.27470675 0 
.48988175.0686316.645525.2058948.15420875.1372632.20585075.31570536.15420875.53532648l-.88939
 3.5516853h2.69686"/>
+               <path fill="#cdcccc" d="M59 58.333h54v6H59zm20.0005 
57.001H240v3H79.0005zM59 135.334h104v3H59zm0-40h39v3H59zm0 
30h181v3H59zm56-30h39v3h-39zm-35.9995-20H240v3H79.0005zM59 85.334h181v3H59z"/>
+       </g>
 </svg>

-- 
To view, visit https://gerrit.wikimedia.org/r/388933
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If0339073a12f24df1a0f8dcc110c35e0ee2d38a7
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: VolkerE <volke...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to