Title: [224989] trunk/Source/WebInspectorUI
Revision
224989
Author
[email protected]
Date
2017-11-17 14:53:46 -0800 (Fri, 17 Nov 2017)

Log Message

Web Inspector: Network Tab - Update Ignore Caches button
https://bugs.webkit.org/show_bug.cgi?id=179841

Patch by Joseph Pecoraro <[email protected]> on 2017-11-17
Reviewed by Matt Baker.

* UserInterface/Images/IgnoreCaches.svg:
This changes from an arrow over a cache to a slash through a cache.

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (224988 => 224989)


--- trunk/Source/WebInspectorUI/ChangeLog	2017-11-17 22:12:17 UTC (rev 224988)
+++ trunk/Source/WebInspectorUI/ChangeLog	2017-11-17 22:53:46 UTC (rev 224989)
@@ -1,3 +1,13 @@
+2017-11-17  Joseph Pecoraro  <[email protected]>
+
+        Web Inspector: Network Tab - Update Ignore Caches button
+        https://bugs.webkit.org/show_bug.cgi?id=179841
+
+        Reviewed by Matt Baker.
+
+        * UserInterface/Images/IgnoreCaches.svg:
+        This changes from an arrow over a cache to a slash through a cache.
+
 2017-11-17  Matt Baker  <[email protected]>
 
         Web Inspector: Remove WI.instanceForClass

Modified: trunk/Source/WebInspectorUI/UserInterface/Images/IgnoreCaches.svg (224988 => 224989)


--- trunk/Source/WebInspectorUI/UserInterface/Images/IgnoreCaches.svg	2017-11-17 22:12:17 UTC (rev 224988)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/IgnoreCaches.svg	2017-11-17 22:53:46 UTC (rev 224989)
@@ -1,5 +1,14 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- Copyright © 2017 Apple Inc. All rights reserved. -->
 <svg xmlns="http://www.w3.org/2000/svg" id="root" viewBox="0 0 16 16">
-    <path fill="currentColor" d="M 11.9998221 10.0410502C 11.0811524 10.6435875 9.61857097 11 7.99238439 11 6.36619781 11 4.90361635 10.6435875 3.9849467 10.0410502L 3.9849467 11.5 2.9849467 11.5 2.9849467 8.5C 2.9849467 7.0082487 5.25725579 6 7.99238439 6 10.727513 6 12.9998221 7.0082487 12.9998221 8.5L 12.9998221 11.5 11.9998221 11.5 11.9998221 10.0410502 11.9998221 10.0410502zM 2.98000002 11.5L 3.98000002 11.5C 3.98000002 12.2173877 5.74378811 13 7.98743771 13 10.2310873 13 11.9948754 12.2173877 11.9948754 11.5L 12.9948754 11.5C 12.9948754 12.9917513 10.7225663 14 7.98743771 14 5.25230911 14 2.98000002 12.9917513 2.98000002 11.5zM 7.99238439 10C 10.236034 10 11.9998221 9.2173877 11.9998221 8.5 11.9998221 7.7826123 10.236034 7 7.99238439 7 5.74873479 7 3.9849467 7.7826123 3.9849467 8.5 3.9849467 9.2173877 5.74873479 10 7.99238439 10zM 14.006725 3.24933797C 11.0124982.107058363 3.67995721.257054505 1.09990772 3.69932639L .8000308 4.09941867 1.60021536 
 4.69917251 1.90009228 4.29908023C 4.11617595 1.34240728 10.793029 1.23749919 13.325665 3.98435594L 13.3068099 4.00340479 11 4.00340479 11 5.00340479 15 5.00340479 15 1 14.006725 1 14.006725 3.24933797 14.006725 3.24933797z"/>
-</svg>
\ No newline at end of file
+    <path fill="none" stroke="currentColor" d="M 10.4 6"/>
+    <path fill="none" stroke="currentColor" d="M 12.3 4 C 12.4 4 12.4 4 12.3 4"/>
+    <path fill="none" stroke="currentColor" d="M 10 4"/>
+    <path fill="none" stroke="currentColor" d="M 9 5"/>
+    <path fill="none" stroke="currentColor" d="M -7.5-2.4"/>
+    <path fill="none" stroke="currentColor" stroke-linecap="round" d="M 10.4 2.8 C 9.7 2.6 8.9 2.5 8 2.5 c -2.5 0-4.5 0.9-4.5 2 c 0 0.9 1.3 1.7 3.2 1.9"/>
+    <path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M 12.5 11.2 V 3.8 V 11.2 z"/>
+    <path fill="none" stroke="currentColor" stroke-linecap="square" stroke-linejoin="round" d="M 3.5 10 V 4.5 v 4.6"/>
+    <path fill="none" stroke="currentColor" stroke-linejoin="round" d="M 12.5 11 c 0 1.2-2 2.2-4.5 2.2 c -1.5 0-2.9-0.4-3.7-1"/>
+    <polyline fill="none" stroke="currentColor" stroke-linejoin="round" points="1.2 15 10.2 6 12.8 3.4 14.8 1.5"/>
+</svg>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to