Title: [217593] trunk/Source/WebInspectorUI
Revision
217593
Author
[email protected]
Date
2017-05-31 00:25:44 -0700 (Wed, 31 May 2017)

Log Message

[GTK] Web Inspector: BackForwardArrows.svg is not shown
https://bugs.webkit.org/show_bug.cgi?id=172741

Patch by Fujii Hironori <[email protected]> on 2017-05-31
Reviewed by Carlos Garcia Campos.

* UserInterface/Images/gtk/BackForwardArrows.svg: Renamed id names to match with Apple's images.

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (217592 => 217593)


--- trunk/Source/WebInspectorUI/ChangeLog	2017-05-31 07:25:10 UTC (rev 217592)
+++ trunk/Source/WebInspectorUI/ChangeLog	2017-05-31 07:25:44 UTC (rev 217593)
@@ -1,3 +1,12 @@
+2017-05-31  Fujii Hironori  <[email protected]>
+
+        [GTK] Web Inspector: BackForwardArrows.svg is not shown
+        https://bugs.webkit.org/show_bug.cgi?id=172741
+
+        Reviewed by Carlos Garcia Campos.
+
+        * UserInterface/Images/gtk/BackForwardArrows.svg: Renamed id names to match with Apple's images.
+
 2017-05-30  Joseph Pecoraro  <[email protected]>
 
         Web Inspector: images dragged from Inspector to Desktop are named "Unknown.png"

Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BackForwardArrows.svg (217592 => 217593)


--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BackForwardArrows.svg	2017-05-31 07:25:10 UTC (rev 217592)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BackForwardArrows.svg	2017-05-31 07:25:44 UTC (rev 217593)
@@ -20,15 +20,15 @@
     </style>
 
     <defs>
-        <symbol id="back-arrow-symbol" viewBox="0 0 9 9"><path fill="inherit" d="m6.3438 0c-0.1429 0.034005-0.2751 0.11116-0.375 0.21875l-3.75 3.75-0.5 0.53125 0.5 0.53125 3.75 3.75c0.1398 0.1379 0.3348 0.2182 0.5312 0.2188h0.03125 0.0625 0.65625v-0.5625-0.09375c0.0359-0.2367-0.048-0.4885-0.2188-0.6563l-3.1874-3.1875 3.1874-3.2188c0.1389-0.139 0.2195-0.33465 0.2188-0.5312v-0.15625-0.59375h-0.5938-0.0937-0.0625-0.0938z"/></symbol>
-        <symbol id="forward-arrow-symbol" viewBox="0 0 9 9"><path fill="inherit" d="m2.6436 0c0.14283 0.034005 0.27509 0.11116 0.375 0.21875l3.75 3.75 0.5 0.53125-0.5 0.53125-3.75 3.75c-0.1399 0.1379-0.3349 0.2182-0.5313 0.2188h-0.03125-0.0625-0.65625v-0.5625-0.09375c-0.0358-0.2367 0.0481-0.4885 0.2188-0.6563l3.1875-3.1875-3.1875-3.2188c-0.1389-0.139-0.2194-0.33465-0.2188-0.5312v-0.15625-0.59375h0.59375 0.09375 0.0625 0.09375z"/></symbol>
+        <symbol id="left-arrow-symbol" viewBox="0 0 9 9"><path fill="inherit" d="m6.3438 0c-0.1429 0.034005-0.2751 0.11116-0.375 0.21875l-3.75 3.75-0.5 0.53125 0.5 0.53125 3.75 3.75c0.1398 0.1379 0.3348 0.2182 0.5312 0.2188h0.03125 0.0625 0.65625v-0.5625-0.09375c0.0359-0.2367-0.048-0.4885-0.2188-0.6563l-3.1874-3.1875 3.1874-3.2188c0.1389-0.139 0.2195-0.33465 0.2188-0.5312v-0.15625-0.59375h-0.5938-0.0937-0.0625-0.0938z"/></symbol>
+        <symbol id="right-arrow-symbol" viewBox="0 0 9 9"><path fill="inherit" d="m2.6436 0c0.14283 0.034005 0.27509 0.11116 0.375 0.21875l3.75 3.75 0.5 0.53125-0.5 0.53125-3.75 3.75c-0.1399 0.1379-0.3349 0.2182-0.5313 0.2188h-0.03125-0.0625-0.65625v-0.5625-0.09375c-0.0358-0.2367 0.0481-0.4885 0.2188-0.6563l3.1875-3.1875-3.1875-3.2188c-0.1389-0.139-0.2194-0.33465-0.2188-0.5312v-0.15625-0.59375h0.59375 0.09375 0.0625 0.09375z"/></symbol>
     </defs>
 
-    <svg id="back-arrow-mask"><use fill="currentColor" xlink:href=""
-    <svg id="back-arrow-normal"><use xlink:href=""
-    <svg id="back-arrow-active"><use xlink:href=""
+    <svg id="left-arrow-mask"><use fill="currentColor" xlink:href=""
+    <svg id="left-arrow-normal"><use xlink:href=""
+    <svg id="left-arrow-active"><use xlink:href=""
 
-    <svg id="forward-arrow-mask"><use fill="currentColor" xlink:href=""
-    <svg id="forward-arrow-normal"><use xlink:href=""
-    <svg id="forward-arrow-active"><use xlink:href=""
+    <svg id="right-arrow-mask"><use fill="currentColor" xlink:href=""
+    <svg id="right-arrow-normal"><use xlink:href=""
+    <svg id="right-arrow-active"><use xlink:href=""
 </svg>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to