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

Unified Diff: third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-red-ball.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-ball.svg
diff --git a/third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-red-ball.svg b/third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-red-ball.svg
new file mode 100644
index 0000000000000000000000000000000000000000..0afd77b5a71909661738f699560ec532a3ee5a01
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-red-ball.svg
@@ -0,0 +1,25 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="120 0 10 10" width="10" height="10">
+ <defs>
+ <linearGradient id="a">
+ <stop offset="0" stop-color="#f00" stop-opacity="0"/>
+ <stop offset="1" stop-color="#f0cb68" stop-opacity=".71"/>
+ </linearGradient>
+ <linearGradient id="b">
+ <stop offset="0" stop-color="#e60000" stop-opacity=".65"/>
+ <stop offset="1" stop-color="#fff" stop-opacity=".91"/>
+ </linearGradient>
+ <linearGradient id="c">
+ <stop offset="0" stop-color="#a10000"/>
+ <stop offset="1" stop-color="#c60000"/>
+ </linearGradient>
+ <linearGradient gradientTransform="matrix(0,0.43965518,0.78048781,0,44.487778,-93.87934)" gradientUnits="userSpaceOnUse" id="f" x1="227.875" x2="235.125" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#a" y1="103.156" y2="103.156"/>
+ <linearGradient gradientTransform="matrix(0,-0.62931035,0.92682926,0,29.469288,148.5285)" gradientUnits="userSpaceOnUse" id="e" x1="227.875" x2="235.125" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#b" y1="103.156" y2="103.156"/>
+ <linearGradient y2="103.156" x2="235.125" y1="103.156" x1="227.875" gradientTransform="matrix(0,1.3793103,-1.3008129,0,259.08496,-314.35332)" gradientUnits="userSpaceOnUse" id="d" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#c"/>
+ </defs>
+ <g>
+ <path style="fill:url(#d)" d="m 125.00034,10 c -2.76,0 -5,-2.2400005 -5,-5.0000005 0,-2.76 2.24,-4.9999999779502 5,-4.9999999779502 2.76,0 5,2.2399999779502 5,4.9999999779502 0,2.76 -2.24,5.0000005 -5,5.0000005 z"/>
+ <path style="fill:#d00" d="m 129.50034,4.9999995 c 0,2.49 -2.01,4.5 -4.5,4.5 -2.49,0 -4.5,-2.01 -4.5,-4.5 0,-2.49 2.01,-4.49999998 4.5,-4.49999998 2.49,0 4.5,2.00999998 4.5,4.49999998 z"/>
+ <path style="fill:url(#e)" d="m 125.03034,0.52999952 c 1.97,0 3.56,1.01999998 3.56,2.27999998 0,1.26 -1.59,2.28 -3.56,2.28 -1.97,0 -3.56,-1.02 -3.56,-2.28 0,-1.26 1.59,-2.27999998 3.56,-2.27999998 z"/>
+ <path style="fill:url(#f)" d="m 125.03034,9.4699995 c 1.66,0 3,-0.71 3,-1.59 0,-0.88 -1.34,-1.59 -3,-1.59 -1.66,0 -3,0.71 -3,1.59 0,0.88 1.34,1.59 3,1.59 z"/>
+ </g>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698