Title: [183815] trunk/Source/WebInspectorUI
Revision
183815
Author
[email protected]
Date
2015-05-05 09:37:58 -0700 (Tue, 05 May 2015)

Log Message

Web Inspector: Source/WebInspectorUI/UserInterface/Images/Logs.svg has unknown attribute "fille"
https://bugs.webkit.org/show_bug.cgi?id=144627

Reviewed by Darin Adler.

* UserInterface/Images/Logs.svg: Change "fille" to "fill".

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (183814 => 183815)


--- trunk/Source/WebInspectorUI/ChangeLog	2015-05-05 16:36:27 UTC (rev 183814)
+++ trunk/Source/WebInspectorUI/ChangeLog	2015-05-05 16:37:58 UTC (rev 183815)
@@ -1,3 +1,12 @@
+2015-05-05  Timothy Hatcher  <[email protected]>
+
+        Web Inspector: Source/WebInspectorUI/UserInterface/Images/Logs.svg has unknown attribute "fille"
+        https://bugs.webkit.org/show_bug.cgi?id=144627
+
+        Reviewed by Darin Adler.
+
+        * UserInterface/Images/Logs.svg: Change "fille" to "fill".
+
 2015-05-05  Andres Gomez  <[email protected]>
 
         [GTK] Web Inspector: New Images added in r183339, r183338, r183332, r183323, r182660, and r182186

Modified: trunk/Source/WebInspectorUI/UserInterface/Images/Logs.svg (183814 => 183815)


--- trunk/Source/WebInspectorUI/UserInterface/Images/Logs.svg	2015-05-05 16:36:27 UTC (rev 183814)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/Logs.svg	2015-05-05 16:37:58 UTC (rev 183815)
@@ -2,7 +2,7 @@
 <!-- Copyright © 2014 Apple Inc. All rights reserved. -->
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
   <path fill="none" stroke="black" d="M 4.5 2.5 C 3 2.5 2.5 3 2.5 4.5 L 2.5 10.5 C 2.5 12 3 12.5 4.5 12.5 L 5.5 12.5 L 5.5 15.5 L 9 12.5 L 12 12.5 L 12 12.5 C 13 12.5 13.5 12 13.5 10.5 L 13.5 4.5 C 13.5 3 12 2.5 11.5 2.5 L 4.5 2.5 4"/>
-  <path fille="none" stroke="black" stroke-linecap="square" d="M 5.5 5.5 L 10.5 5.5"/>
-  <path fille="none" stroke="black" stroke-linecap="square" d="M 5.5 7.5 L 10.5 7.5"/>
-  <path fille="none" stroke="black" stroke-linecap="square" d="M 5.5 9.5 L 10.5 9.5"/>
+  <path fill="none" stroke="black" stroke-linecap="square" d="M 5.5 5.5 L 10.5 5.5"/>
+  <path fill="none" stroke="black" stroke-linecap="square" d="M 5.5 7.5 L 10.5 7.5"/>
+  <path fill="none" stroke="black" stroke-linecap="square" d="M 5.5 9.5 L 10.5 9.5"/>
 </svg>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to