Title: [235303] releases/WebKitGTK/webkit-2.22/Source/WebInspectorUI
Revision
235303
Author
[email protected]
Date
2018-08-24 01:10:03 -0700 (Fri, 24 Aug 2018)

Log Message

Merge r235134 - 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: releases/WebKitGTK/webkit-2.22/Source/WebInspectorUI/ChangeLog (235302 => 235303)


--- releases/WebKitGTK/webkit-2.22/Source/WebInspectorUI/ChangeLog	2018-08-24 08:09:58 UTC (rev 235302)
+++ releases/WebKitGTK/webkit-2.22/Source/WebInspectorUI/ChangeLog	2018-08-24 08:10:03 UTC (rev 235303)
@@ -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: releases/WebKitGTK/webkit-2.22/Source/WebInspectorUI/UserInterface/Images/Rulers.svg (0 => 235303)


--- releases/WebKitGTK/webkit-2.22/Source/WebInspectorUI/UserInterface/Images/Rulers.svg	                        (rev 0)
+++ releases/WebKitGTK/webkit-2.22/Source/WebInspectorUI/UserInterface/Images/Rulers.svg	2018-08-24 08:10:03 UTC (rev 235303)
@@ -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