Title: [235134] trunk/Source/WebInspectorUI
Revision
235134
Author
[email protected]
Date
2018-08-21 14:00:30 -0700 (Tue, 21 Aug 2018)

Log Message

Web Inspector: Rulers.svg is missing
https://bugs.webkit.org/show_bug.cgi?id=188806
<rdar://problem/43574273>

Patch by Joseph Pecoraro <[email protected]> on 2018-08-21
Reviewed by Devin Rousso.

* UserInterface/Images/Rulers.svg: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (235133 => 235134)


--- trunk/Source/WebInspectorUI/ChangeLog	2018-08-21 20:38:40 UTC (rev 235133)
+++ trunk/Source/WebInspectorUI/ChangeLog	2018-08-21 21:00:30 UTC (rev 235134)
@@ -1,3 +1,13 @@
+2018-08-21  Joseph Pecoraro  <[email protected]>
+
+        Web Inspector: Rulers.svg is missing
+        https://bugs.webkit.org/show_bug.cgi?id=188806
+        <rdar://problem/43574273>
+
+        Reviewed by Devin Rousso.
+
+        * UserInterface/Images/Rulers.svg: Added.
+
 2018-08-20  Devin Rousso  <[email protected]>
 
         Web Inspector: allow breakpoints to be set for specific event listeners

Added: trunk/Source/WebInspectorUI/UserInterface/Images/Rulers.svg (0 => 235134)


--- trunk/Source/WebInspectorUI/UserInterface/Images/Rulers.svg	                        (rev 0)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/Rulers.svg	2018-08-21 21:00:30 UTC (rev 235134)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright © 2018 Apple Inc. All rights reserved. -->
+<svg xmlns="http://www.w3.org/2000/svg" id="root" version="1.1" viewBox="0 0 16 16">
+    <polygon points="1.5 1.5 14.5 1.5 14.5 5.5 5.5 5.5 5.5 14.5 1.5 14.5 1.5 1.5" fill="none" stroke="currentColor"/>
+    <line x1="8.5" y1="3" x2="8.5" y2="5" stroke="currentColor"/>
+    <line x1="11.5" y1="3" x2="11.5" y2="5" stroke="currentColor"/>
+    <line x1="5.5" y1="3" x2="5.5" y2="5" stroke="currentColor"/>
+    <line x1="3" y1="11.5" x2="5" y2="11.5" stroke="currentColor"/>
+    <line x1="3" y1="8.5" x2="5" y2="8.5" stroke="currentColor"/>
+    <line x1="3" y1="5.5" x2="5" y2="5.5" stroke="currentColor"/>
+</svg>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to