Title: [222552] trunk/Source/WebInspectorUI
- Revision
- 222552
- Author
- [email protected]
- Date
- 2017-09-27 03:50:31 -0700 (Wed, 27 Sep 2017)
Log Message
[GTK] Web Inspector: Add Canvas2D.svg and Canvas3D.svg
https://bugs.webkit.org/show_bug.cgi?id=175364
Patch by Fujii Hironori <[email protected]> on 2017-09-27
Reviewed by Carlos Garcia Campos.
Add more free icons.
* UserInterface/Images/gtk/Canvas2D.svg: Copied from Source/WebInspectorUI/UserInterface/Images/gtk/Canvas.svg.
* UserInterface/Images/gtk/Canvas3D.svg: Added.
Modified Paths
Added Paths
Removed Paths
Diff
Modified: trunk/Source/WebInspectorUI/ChangeLog (222551 => 222552)
--- trunk/Source/WebInspectorUI/ChangeLog 2017-09-27 09:45:35 UTC (rev 222551)
+++ trunk/Source/WebInspectorUI/ChangeLog 2017-09-27 10:50:31 UTC (rev 222552)
@@ -1,3 +1,15 @@
+2017-09-27 Fujii Hironori <[email protected]>
+
+ [GTK] Web Inspector: Add Canvas2D.svg and Canvas3D.svg
+ https://bugs.webkit.org/show_bug.cgi?id=175364
+
+ Reviewed by Carlos Garcia Campos.
+
+ Add more free icons.
+
+ * UserInterface/Images/gtk/Canvas2D.svg: Copied from Source/WebInspectorUI/UserInterface/Images/gtk/Canvas.svg.
+ * UserInterface/Images/gtk/Canvas3D.svg: Added.
+
2017-09-26 Nikita Vasilyev <[email protected]>
Web Inspector: Styles Redesign: Style unused, overridden, and invalid properties differently
Deleted: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Canvas.svg (222551 => 222552)
--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Canvas.svg 2017-09-27 09:45:35 UTC (rev 222551)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Canvas.svg 2017-09-27 10:50:31 UTC (rev 222552)
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) -->
-<svg xmlns="http://www.w3.org/2000/svg" id="root" version="1.1" viewBox="0 0 16 16">
- <defs>
- <linearGradient id="a" x1="5" x2="12" y2="16" gradientUnits="userSpaceOnUse">
- <stop stop-color="#f0ffff" offset="0"/>
- <stop stop-color="#c0c0c0" offset="1"/>
- </linearGradient>
- </defs>
- <rect width="16" height="16" fill="#808080"/>
- <rect width="14" height="14" x="1" y="1" fill="url(#a)"/>
- <path fill="#8b4513" d="m13.026 3.0113c-0.1061 0.00178-0.24698 0.066863-0.3978 0.20722-2.828 2.6319-3.3223 2.6569-5.9671 6.0718 0.7097 0.025 1.3189 0.4566 1.6354 1.0777 3.1307-3.1649 3.4837-4.8567 4.8397-6.9008 0.1363-0.27594 0.06633-0.45887-0.1105-0.45589z"/>
- <path d="m6.3957 9.8705c-0.24417 0.0054-0.52492 0.069374-0.7956 0.22795-0.93434 0.54737-0.72765 2.5081-2.652 2.5074 0.1822 0.66171 2.9465 0.81662 4.0885 0.12433 0.59533-0.36088 1.0346-1.0281 0.7956-1.8443-0.1421-0.485-0.704-1.0317-1.4365-1.0155z"/>
-</svg>
Copied: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Canvas2D.svg (from rev 222551, trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Canvas.svg) (0 => 222552)
--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Canvas2D.svg (rev 0)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Canvas2D.svg 2017-09-27 10:50:31 UTC (rev 222552)
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) -->
+<svg xmlns="http://www.w3.org/2000/svg" id="root" version="1.1" viewBox="0 0 16 16">
+ <defs>
+ <linearGradient id="a" x1="5" x2="12" y2="16" gradientUnits="userSpaceOnUse">
+ <stop stop-color="#f0ffff" offset="0"/>
+ <stop stop-color="#c0c0c0" offset="1"/>
+ </linearGradient>
+ </defs>
+ <rect width="16" height="16" fill="#808080"/>
+ <rect width="14" height="14" x="1" y="1" fill="url(#a)"/>
+ <path fill="#8b4513" d="m13.026 3.0113c-0.1061 0.00178-0.24698 0.066863-0.3978 0.20722-2.828 2.6319-3.3223 2.6569-5.9671 6.0718 0.7097 0.025 1.3189 0.4566 1.6354 1.0777 3.1307-3.1649 3.4837-4.8567 4.8397-6.9008 0.1363-0.27594 0.06633-0.45887-0.1105-0.45589z"/>
+ <path d="m6.3957 9.8705c-0.24417 0.0054-0.52492 0.069374-0.7956 0.22795-0.93434 0.54737-0.72765 2.5081-2.652 2.5074 0.1822 0.66171 2.9465 0.81662 4.0885 0.12433 0.59533-0.36088 1.0346-1.0281 0.7956-1.8443-0.1421-0.485-0.704-1.0317-1.4365-1.0155z"/>
+</svg>
Copied: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Canvas3D.svg (from rev 222551, trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Canvas.svg) (0 => 222552)
--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Canvas3D.svg (rev 0)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Canvas3D.svg 2017-09-27 10:50:31 UTC (rev 222552)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) -->
+<svg xmlns="http://www.w3.org/2000/svg" id="root" version="1.1" viewBox="0 0 16 16">
+ <defs>
+ <linearGradient id="a" x1="5" x2="12" y2="16" gradientUnits="userSpaceOnUse">
+ <stop stop-color="#f0ffff" offset="0"/>
+ <stop stop-color="#c0c0c0" offset="1"/>
+ </linearGradient>
+ </defs>
+ <rect width="16" height="16" fill="#808080"/>
+ <rect width="14" height="14" x="1" y="1" fill="url(#a)"/>
+ <rect width="8" height="8" x="2" y="6" fill="#f08080" ry="0"/>
+ <path fill="#32cd32" d="m2 6 4-4h8l-4 4z"/>
+ <path fill="#6495ed" d="m14 2-4 4v8l4-4z"/>
+</svg>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes