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

Unified Diff: third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-red-cross-hover.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-hover.svg
diff --git a/third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-red-cross-hover.svg b/third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-red-cross-hover.svg
new file mode 100644
index 0000000000000000000000000000000000000000..e7085615d09162b61a08c4fe7db72bca5f058c0e
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-red-cross-hover.svg
@@ -0,0 +1,20 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="96 96 14 14" width="14" height="14">
+ <defs>
+ <linearGradient gradientTransform="matrix(0,1,-1,0,206,0)" gradientUnits="userSpaceOnUse" id="d" x1="96.5" x2="109.5" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#a" y1="103" y2="103"/>
+ <linearGradient id="a">
+ <stop offset="0" stop-color="#e59290"/>
+ <stop offset="1" stop-color="#e99890"/>
+ </linearGradient>
+ <linearGradient gradientTransform="matrix(0,1,-1,0,207,-17)" gradientUnits="userSpaceOnUse" id="c" x1="113" x2="127" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#b" y1="104" y2="104"/>
+ <linearGradient id="b">
+ <stop offset="0" stop-color="#c0544f"/>
+ <stop offset="1" stop-color="#d08481"/>
+ </linearGradient>
+ </defs>
+ <g>
+ <path style="fill:url(#c)" d="m 103,110 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:url(#d)" d="m 103,96.5 c -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 0,-3.59 -2.91,-6.5 -6.5,-6.5"/>
+ <path style="fill:#993c35" d="m 106.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 106.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