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

Unified Diff: third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-arrow-in-circle-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-arrow-in-circle-mask.svg
diff --git a/third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-arrow-in-circle-mask.svg b/third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-arrow-in-circle-mask.svg
new file mode 100644
index 0000000000000000000000000000000000000000..4fba7b8f80bea656cd0701eb6b3cfd788aa2fb13
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-arrow-in-circle-mask.svg
@@ -0,0 +1,11 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="10 127 11 11" width="11" height="11">
+ <g>
+ <g>
+ <g style="fill:none;stroke:none">
+ <g style="fill:#000">
+ <path d="m 8,13 c 2.761424,0 5,-2.238576 5,-5 C 13,5.2385763 10.761424,3 8,3 5.2385763,3 3,5.2385763 3,8 c 0,2.761424 2.2385763,5 5,5 z M 8,11 8,9 5,9 5,7 8,7 8,5 11,8 8,11 z" transform="matrix(1.1,0,0,1.1,10,127) translate(-3,-3)"/>
+ </g>
+ </g>
+ </g>
+ </g>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698