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

Unified Diff: third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-red-cross-active.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-red-cross-active.svg
diff --git a/third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-red-cross-active.svg b/third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-red-cross-active.svg
new file mode 100644
index 0000000000000000000000000000000000000000..3ce090d36aa440a912a827a3dd2fa5e4e601f0d7
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-red-cross-active.svg
@@ -0,0 +1,15 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="111 96 14 14" width="14" height="14">
+ <defs>
+ <linearGradient id="a">
+ <stop offset="0" stop-color="#d7687d"/>
+ <stop offset="1" stop-color="#b21402"/>
+ </linearGradient>
+ <linearGradient x2="24" gradientTransform="matrix(0,-0.58333333,-0.58333333,0,118,110)" gradientUnits="userSpaceOnUse" id="b" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#a"/>
+ </defs>
+ <g>
+ <path style="fill:url(#b)" d="m 118,96 c -3.87,0 -7,3.13 -7,7 0,3.87 3.13,7 7,7 3.87,0 7,-3.13 7,-7 0,-3.87 -3.13,-7 -7,-7"/>
+ <path style="fill:#f27d82" d="m 111.5,103 c 0,3.59 2.91,6.5 6.5,6.5 3.59,0 6.5,-2.91 6.5,-6.5 0,-3.59 -2.91,-6.5 -6.5,-6.5 -3.59,0 -6.5,2.91 -6.5,6.5"/>
+ <path style="fill-opacity:.36000001" d="m 121.5,100.93 -0.93,-0.93 -2.57,2.57 -2.57,-2.57 -0.93,0.93 2.57,2.57 -2.57,2.57 0.93,0.93 2.57,-2.57 2.57,2.57 0.93,-0.93 -2.57,-2.57 2.57,-2.57 z"/>
+ <path style="fill:#fff" d="m 121.5,100.43 -0.93,-0.93 -2.57,2.57 -2.57,-2.57 -0.93,0.93 2.57,2.57 -2.57,2.57 0.93,0.93 2.57,-2.57 2.57,2.57 0.93,-0.93 -2.57,-2.57 2.57,-2.57 z"/>
+ </g>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698