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

Unified Diff: third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-command-result.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-command-result.svg
diff --git a/third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-command-result.svg b/third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-command-result.svg
new file mode 100644
index 0000000000000000000000000000000000000000..d16467344afee0cd33789838f00487a21b0e2982
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-command-result.svg
@@ -0,0 +1,6 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="40 19 10 10" width="10" height="10">
+ <g>
+ <path style="fill:#bababa" d="m 46.500338,25 c 0,0.55 0.45,1 1,1 0.55,0 1,-0.45 1,-1 0,-0.55 -0.45,-1 -1,-1 -0.55,0 -1,0.45 -1,1"/>
+ <path style="fill:none;stroke:#bababa;stroke-width:1.5" d="m 45.750338,21.75 -3.5,3.25 3.5,3.25"/>
+ </g>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698