Title: [221861] trunk/Source/WebInspectorUI
Revision
221861
Author
[email protected]
Date
2017-09-11 10:32:49 -0700 (Mon, 11 Sep 2017)

Log Message

Web Inspector: Make Dashboard Timeline icon and Timeline tab icon more similar
https://bugs.webkit.org/show_bug.cgi?id=176582

Patch by Joseph Pecoraro <[email protected]> on 2017-09-11
Reviewed by Timothy Hatcher.

* UserInterface/Images/Time.svg:
Change the clock hands to match the time of Timelines.svg.

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (221860 => 221861)


--- trunk/Source/WebInspectorUI/ChangeLog	2017-09-11 17:20:49 UTC (rev 221860)
+++ trunk/Source/WebInspectorUI/ChangeLog	2017-09-11 17:32:49 UTC (rev 221861)
@@ -1,3 +1,13 @@
+2017-09-11  Joseph Pecoraro  <[email protected]>
+
+        Web Inspector: Make Dashboard Timeline icon and Timeline tab icon more similar
+        https://bugs.webkit.org/show_bug.cgi?id=176582
+
+        Reviewed by Timothy Hatcher.
+
+        * UserInterface/Images/Time.svg:
+        Change the clock hands to match the time of Timelines.svg.
+
 2017-09-10  Matt Baker  <[email protected]>
 
         Web Inspector: change style of RecordingNavigationSidebarPanel

Modified: trunk/Source/WebInspectorUI/UserInterface/Images/Time.svg (221860 => 221861)


--- trunk/Source/WebInspectorUI/UserInterface/Images/Time.svg	2017-09-11 17:20:49 UTC (rev 221860)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/Time.svg	2017-09-11 17:32:49 UTC (rev 221861)
@@ -2,5 +2,5 @@
 <!-- Copyright © 2014 Apple Inc. All rights reserved. -->
 <svg xmlns="http://www.w3.org/2000/svg" id="root" version="1.1" viewBox="0 0 16 16">
     <circle fill="none" stroke="currentColor" cx="8.5" cy="8.5" r="6.5"/>
-    <path fill="none" stroke="currentColor" d="M 8.5 3.5 L 8.5 8.5 L 10.5 10.5"/>
+    <path fill="none" stroke="currentColor" d="M 8.5 4 L 8.5 9.5 L 5 9.5"/>
 </svg>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to