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

Change subject: Replaced thanks-ltr/rtl (secondary) icons with larger 
thanks-green-ltr/rtl (main) icons
......................................................................

Replaced thanks-ltr/rtl (secondary) icons with larger thanks-green-ltr/rtl 
(main) icons

Bug: T149352
Change-Id: Ic23db00a0a92b5cca6444f729a35d9da3d19fe0b
---
M Thanks.hooks.php
A thanks-green-ltr.svg
A thanks-green-rtl.svg
D thanks-ltr.svg
D thanks-rtl.svg
5 files changed, 10 insertions(+), 10 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Thanks 
refs/changes/29/329729/1

diff --git a/Thanks.hooks.php b/Thanks.hooks.php
index 7f43328..4067dc5 100644
--- a/Thanks.hooks.php
+++ b/Thanks.hooks.php
@@ -202,8 +202,8 @@
 
                $icons['thanks'] = [
                        'path' => [
-                               'ltr' => 'Thanks/thanks-ltr.svg',
-                               'rtl' => 'Thanks/thanks-rtl.svg'
+                               'ltr' => 'Thanks/thanks-green-ltr.svg',
+                               'rtl' => 'Thanks/thanks-green-rtl.svg'
                        ]
                ];
 
diff --git a/thanks-green-ltr.svg b/thanks-green-ltr.svg
new file mode 100644
index 0000000..1286511
--- /dev/null
+++ b/thanks-green-ltr.svg
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<svg xmlns="http://www.w3.org/2000/svg"; width="30" height="30" viewBox="0 0 30 
30">
+    <path d="M4.5 0v16.5L0 21h25.5c2.55 0 4.5-1.95 4.5-4.5V0H4.5zm16.8 
3.75c1.05 0 1.8.9 1.8 1.8s-.75 1.95-1.8 1.95-1.8-.9-1.8-1.8.9-1.95 
1.8-1.95zm-8.1 0c1.05 0 1.8.9 1.8 1.8s-.9 1.95-1.8 1.95-1.8-.9-1.8-1.8.75-1.95 
1.8-1.95zm4.05 12.75c-7.65 0-9-7.5-9-7.5s3 1.5 9 1.5l9-1.5s-1.5 7.5-9 7.5z" 
fill="#00af89"/>
+</svg>
\ No newline at end of file
diff --git a/thanks-green-rtl.svg b/thanks-green-rtl.svg
new file mode 100644
index 0000000..f81b183
--- /dev/null
+++ b/thanks-green-rtl.svg
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<svg xmlns="http://www.w3.org/2000/svg"; width="30" height="30" viewBox="0 0 30 
30">
+    <path d="M25.5 0v16.5L30 21H4.5C1.95 21 0 19.05 0 16.5V0h25.5zM8.7 
3.75c-1.05 0-1.8.9-1.8 1.8S7.65 7.5 8.7 7.5s1.8-.9 
1.8-1.8-.9-1.95-1.8-1.95zm8.1 0c-1.05 0-1.8.9-1.8 1.8s.9 1.95 1.8 1.95 1.8-.9 
1.8-1.8-.75-1.95-1.8-1.95zM12.75 16.5c7.65 0 9-7.5 9-7.5s-3 1.5-9 
1.5l-9-1.5s1.5 7.5 9 7.5z" fill="#00af89"/>
+</svg>
\ No newline at end of file
diff --git a/thanks-ltr.svg b/thanks-ltr.svg
deleted file mode 100644
index b58974c..0000000
--- a/thanks-ltr.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<svg xmlns="http://www.w3.org/2000/svg"; width="24" height="24" viewBox="0 0 24 
24">
-    <path d="M5 6v11l-3 3h17c1.7 0 3-1.3 3-3V6H5zm11.2 2.5c.7 0 1.2.6 1.2 
1.2s-.5 1.3-1.2 1.3-1.2-.6-1.2-1.2.6-1.3 1.2-1.3zm-5.4 0c.7 0 1.2.6 1.2 1.2s-.6 
1.3-1.2 1.3-1.2-.6-1.2-1.2.5-1.3 1.2-1.3zm2.7 8.5c-5.1 0-6-5-6-5s2 1 6 1l6-1s-1 
5-6 5z" id="path6"/>
-</svg>
diff --git a/thanks-rtl.svg b/thanks-rtl.svg
deleted file mode 100644
index 7ef9ec2..0000000
--- a/thanks-rtl.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<svg xmlns="http://www.w3.org/2000/svg"; width="24" height="24" viewBox="0 0 24 
24">
-    <path d="M19 6v11l3 3H5c-1.7 0-3-1.3-3-3V6h17zM7.8 8.5c-.7 0-1.2.6-1.2 
1.2S7.1 11 7.8 11 9 10.4 9 9.8s-.6-1.3-1.2-1.3zm5.4 0c-.7 0-1.2.6-1.2 1.2s.6 
1.3 1.2 1.3 1.2-.6 1.2-1.2-.5-1.3-1.2-1.3zM10.5 17c5.1 0 6-5 6-5s-2 1-6 
1l-6-1s1 5 6 5z" id="path770"/>
-</svg>

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic23db00a0a92b5cca6444f729a35d9da3d19fe0b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Thanks
Gerrit-Branch: master
Gerrit-Owner: MtDu <justin.d...@gmail.com>

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

Reply via email to