[MediaWiki-commits] [Gerrit] mediawiki...MobileFrontend[master]: Align SVGs to color palette and optimize

2017-08-28 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/373898 )

Change subject: Align SVGs to color palette and optimize
..


Align SVGs to color palette and optimize

Aligning remaining SVGs to WikimediaUI color palette.
Also:
 - Aligning markup to each other, among others adding XML declaration
   throughout or removing unnecessary `standalone=no` attribute.
 - Optimizing with SVGO while prettifying markup. Savings between
   5 and 21% of file size.

Bug: T146799
Bug: T172850
Change-Id: Icd9cff8d9c20f660a2f2ad182d33e44d29b8c6bf
---
M resources/mobile.ajax.styles/images/refresh.svg
M resources/mobile.editor.common/images/editSourceNormal.svg
M resources/mobile.editor.common/images/editVeNormal.svg
M resources/mobile.issues.images/blue-triangle.svg
M resources/mobile.issues.images/gray-triangle.svg
M resources/mobile.overlay.images/back-ltr.svg
M resources/mobile.overlay.images/back-rtl.svg
M resources/mobile.overlay.images/close.svg
M resources/mobile.references.images/cite.svg
M resources/mobile.search.images/clear.svg
M resources/mobile.search.images/search-content.svg
M resources/mobile.special.mobilediff.images/bytes-added.svg
M resources/mobile.special.mobilediff.images/bytes-neutral.svg
M resources/mobile.special.mobilediff.images/bytes-removed.svg
M resources/mobile.startup.images/error.svg
M resources/mobile.startup/images/error.svg
M resources/mobile.toc.images/contents-ltr.svg
17 files changed, 17 insertions(+), 17 deletions(-)

Approvals:
  jenkins-bot: Verified
  Jdlrobson: Looks good to me, approved



diff --git a/resources/mobile.ajax.styles/images/refresh.svg 
b/resources/mobile.ajax.styles/images/refresh.svg
index 8f789bb..c78e702 100644
--- a/resources/mobile.ajax.styles/images/refresh.svg
+++ b/resources/mobile.ajax.styles/images/refresh.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg; width="40" height="40" viewBox="0 0 40 
40">
\ No newline at end of file
+http://www.w3.org/2000/svg; 
width="40" height="40" viewBox="0 0 40 40">
\ No newline at end of file
diff --git a/resources/mobile.editor.common/images/editSourceNormal.svg 
b/resources/mobile.editor.common/images/editSourceNormal.svg
index 08f81d8..c7aeafd 100644
--- a/resources/mobile.editor.common/images/editSourceNormal.svg
+++ b/resources/mobile.editor.common/images/editSourceNormal.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg; viewBox="0 0 32 32">
\ No newline at end of file
+http://www.w3.org/2000/svg; 
viewBox="0 0 32 32">
\ No newline at end of file
diff --git a/resources/mobile.editor.common/images/editVeNormal.svg 
b/resources/mobile.editor.common/images/editVeNormal.svg
index f1e8f4e..00e8ce3 100644
--- a/resources/mobile.editor.common/images/editVeNormal.svg
+++ b/resources/mobile.editor.common/images/editVeNormal.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg; viewBox="0 0 32 32">
\ No newline at end of file
+http://www.w3.org/2000/svg; 
viewBox="0 0 32 32">
\ No newline at end of file
diff --git a/resources/mobile.issues.images/blue-triangle.svg 
b/resources/mobile.issues.images/blue-triangle.svg
index ba83c4b..4e47ed4 100644
--- a/resources/mobile.issues.images/blue-triangle.svg
+++ b/resources/mobile.issues.images/blue-triangle.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg; 
width="80" height="80" viewBox="0 0 80 80">
\ No newline at end of file
+http://www.w3.org/2000/svg; 
width="80" height="80" viewBox="0 0 80 80">
\ No newline at end of file
diff --git a/resources/mobile.issues.images/gray-triangle.svg 
b/resources/mobile.issues.images/gray-triangle.svg
index 16530bc..c9ce44a 100644
--- a/resources/mobile.issues.images/gray-triangle.svg
+++ b/resources/mobile.issues.images/gray-triangle.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg; 
width="80" height="80" viewBox="0 0 80 80">
\ No newline at end of file
+http://www.w3.org/2000/svg; 
width="80" height="80" viewBox="0 0 80 80">
\ No newline at end of file
diff --git a/resources/mobile.overlay.images/back-ltr.svg 
b/resources/mobile.overlay.images/back-ltr.svg
index 1dff18c..3b766fd 100644
--- a/resources/mobile.overlay.images/back-ltr.svg
+++ b/resources/mobile.overlay.images/back-ltr.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg;>
\ No newline at end of file
+http://www.w3.org/2000/svg; 
viewBox="0 0 24 24">
\ No newline at end of file
diff --git a/resources/mobile.overlay.images/back-rtl.svg 
b/resources/mobile.overlay.images/back-rtl.svg
index 32917ca..797d667 100644
--- a/resources/mobile.overlay.images/back-rtl.svg
+++ b/resources/mobile.overlay.images/back-rtl.svg
@@ -1 +1 @@
-http://www.w3.org/2000/svg; viewBox="0 0 24 24">
\ No newline at end of file
+http://www.w3.org/2000/svg; 
viewBox="0 0 24 24">
\ No newline at end of file
diff --git a/resources/mobile.overlay.images/close.svg 
b/resources/mobile.overlay.images/close.svg
index b064db4..2cc66fc 100644
--- a/resources/mobile.overlay.images/close.svg
+++ b/resources/mobile.overlay.images/close.svg
@@ -1 +1 @@

[MediaWiki-commits] [Gerrit] mediawiki...MobileFrontend[master]: Align SVGs to color palette and optimize

2017-08-25 Thread VolkerE (Code Review)
VolkerE has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/373898 )

Change subject: Align SVGs to color palette and optimize
..

Align SVGs to color palette and optimize

Aligning remaining SVGs to WikimediaUI color palette.
Also:
 - Aligning markup to each other, among others adding XML declaration
   throughout or removing unnecessary `standalone=no` attribute.
 - Optimizing with SVGO while prettifying markup. Savings between
   5 and 21% of file size.

Bug: T146799
Bug: T172850
Change-Id: Icd9cff8d9c20f660a2f2ad182d33e44d29b8c6bf
---
M resources/mobile.ajax.styles/images/refresh.svg
M resources/mobile.editor.common/images/editSourceNormal.svg
M resources/mobile.editor.common/images/editVeNormal.svg
M resources/mobile.issues.images/blue-triangle.svg
M resources/mobile.issues.images/gray-triangle.svg
M resources/mobile.overlay.images/back-ltr.svg
M resources/mobile.overlay.images/back-rtl.svg
M resources/mobile.overlay.images/close.svg
M resources/mobile.references.images/cite.svg
M resources/mobile.search.images/clear.svg
M resources/mobile.search.images/search-content.svg
M resources/mobile.special.mobilediff.images/bytes-added.svg
M resources/mobile.special.mobilediff.images/bytes-neutral.svg
M resources/mobile.special.mobilediff.images/bytes-removed.svg
M resources/mobile.startup.images/error.svg
M resources/mobile.startup/images/error.svg
M resources/mobile.toc.images/contents-ltr.svg
17 files changed, 82 insertions(+), 17 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/98/373898/1

diff --git a/resources/mobile.ajax.styles/images/refresh.svg 
b/resources/mobile.ajax.styles/images/refresh.svg
index 8f789bb..1d19d42 100644
--- a/resources/mobile.ajax.styles/images/refresh.svg
+++ b/resources/mobile.ajax.styles/images/refresh.svg
@@ -1 +1,4 @@
-http://www.w3.org/2000/svg; width="40" height="40" viewBox="0 0 40 
40">
\ No newline at end of file
+
+http://www.w3.org/2000/svg; width="40" height="40" viewBox="0 0 40 
40">
+   
+
diff --git a/resources/mobile.editor.common/images/editSourceNormal.svg 
b/resources/mobile.editor.common/images/editSourceNormal.svg
index 08f81d8..a5f5f42 100644
--- a/resources/mobile.editor.common/images/editSourceNormal.svg
+++ b/resources/mobile.editor.common/images/editSourceNormal.svg
@@ -1 +1,4 @@
-http://www.w3.org/2000/svg; viewBox="0 0 32 32">
\ No newline at end of file
+
+http://www.w3.org/2000/svg; viewBox="0 0 32 32">
+   
+
diff --git a/resources/mobile.editor.common/images/editVeNormal.svg 
b/resources/mobile.editor.common/images/editVeNormal.svg
index f1e8f4e..e98cd01 100644
--- a/resources/mobile.editor.common/images/editVeNormal.svg
+++ b/resources/mobile.editor.common/images/editVeNormal.svg
@@ -1 +1,4 @@
-http://www.w3.org/2000/svg; viewBox="0 0 32 32">
\ No newline at end of file
+
+http://www.w3.org/2000/svg; viewBox="0 0 32 32">
+   
+
diff --git a/resources/mobile.issues.images/blue-triangle.svg 
b/resources/mobile.issues.images/blue-triangle.svg
index ba83c4b..50e59ce 100644
--- a/resources/mobile.issues.images/blue-triangle.svg
+++ b/resources/mobile.issues.images/blue-triangle.svg
@@ -1 +1,5 @@
-http://www.w3.org/2000/svg; 
width="80" height="80" viewBox="0 0 80 80">
\ No newline at end of file
+
+http://www.w3.org/2000/svg; width="80" height="80" viewBox="0 0 80 
80">
+   
+   
+
\ No newline at end of file
diff --git a/resources/mobile.issues.images/gray-triangle.svg 
b/resources/mobile.issues.images/gray-triangle.svg
index 16530bc..629b379 100644
--- a/resources/mobile.issues.images/gray-triangle.svg
+++ b/resources/mobile.issues.images/gray-triangle.svg
@@ -1 +1,5 @@
-http://www.w3.org/2000/svg; 
width="80" height="80" viewBox="0 0 80 80">
\ No newline at end of file
+
+http://www.w3.org/2000/svg; width="80" height="80" viewBox="0 0 80 
80">
+   
+   
+
diff --git a/resources/mobile.overlay.images/back-ltr.svg 
b/resources/mobile.overlay.images/back-ltr.svg
index 1dff18c..d78c174 100644
--- a/resources/mobile.overlay.images/back-ltr.svg
+++ b/resources/mobile.overlay.images/back-ltr.svg
@@ -1 +1,4 @@
-http://www.w3.org/2000/svg;>
\ No newline at end of file
+
+http://www.w3.org/2000/svg; viewBox="0 0 24 24">
+   
+
diff --git a/resources/mobile.overlay.images/back-rtl.svg 
b/resources/mobile.overlay.images/back-rtl.svg
index 32917ca..e2af92e 100644
--- a/resources/mobile.overlay.images/back-rtl.svg
+++ b/resources/mobile.overlay.images/back-rtl.svg
@@ -1 +1,4 @@
-http://www.w3.org/2000/svg; viewBox="0 0 24 24">
\ No newline at end of file
+
+http://www.w3.org/2000/svg; viewBox="0 0 24 24">
+   
+
diff --git a/resources/mobile.overlay.images/close.svg 
b/resources/mobile.overlay.images/close.svg
index b064db4..e1d3c0d 100644
--- a/resources/mobile.overlay.images/close.svg
+++ b/resources/mobile.overlay.images/close.svg
@@ -1 +1,5 @@