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

Unified Diff: third_party/WebKit/Source/devtools/front_end/Images/icons/largeicon-step-out-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/largeicon-step-out-mask.svg
diff --git a/third_party/WebKit/Source/devtools/front_end/Images/icons/largeicon-step-out-mask.svg b/third_party/WebKit/Source/devtools/front_end/Images/icons/largeicon-step-out-mask.svg
new file mode 100644
index 0000000000000000000000000000000000000000..b223cd9cf12ba95c91e65174a6bc08ddb22ba57b
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/front_end/Images/icons/largeicon-step-out-mask.svg
@@ -0,0 +1,5 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="96 72 28 24" width="28" height="24">
+ <g>
+ <path d="M110.5 89c0 1.1.9 2 2 2 1.1 0 2-.9 2-2 0-1.1-.9-2-2-2-1.1 0-2 .9-2 2M112.5 78l-4.5 4 3 0 0 4 3 0 0-4 3 0-4.5-4z"/>
+ </g>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698