Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1228)

Unified Diff: third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-shadow-mask.svg

Issue 2671413004: DevTools: introduce spritesheet assembler. (Closed)
Patch Set: rebaseline tests Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-shadow-mask.svg
diff --git a/third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-shadow-mask.svg b/third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-shadow-mask.svg
new file mode 100644
index 0000000000000000000000000000000000000000..8c053120daccf039da803e500a40b7120e7e3617
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-shadow-mask.svg
@@ -0,0 +1,5 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="60 20 10 10" width="10" height="10">
+ <rect style="fill:#000;fill-opacity:0;stroke:none" x="60" y="20" width="10" height="10"/>
+ <path style="fill:#000;stroke:none" d="M 67.500338,22.5 V 20 h -7.5 v 7.5 h 2.5 V 30 h 7.5 v -7.5 z m -6.5,-1.5 h 5.5 v 5.5 h -5.5 z m 2.5,6.5 h 4 v -4 h 1.5 V 29 h -5.5 z"/>
+ <polygon style="fill:#000;fill-opacity:.25;stroke:none" points="3.5,7.5 7.5,7.5 7.5,3.5 9,3.5 9,9 3.5,9" transform="translate(60.000338,20)"/>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698