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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k" viewBox="120 0 10 10" width="10" height="10">
2 <defs>
3 <linearGradient id="a">
4 <stop offset="0" stop-color="#f00" stop-opacity="0"/>
5 <stop offset="1" stop-color="#f0cb68" stop-opacity=".71"/>
6 </linearGradient>
7 <linearGradient id="b">
8 <stop offset="0" stop-color="#e60000" stop-opacity=".65"/>
9 <stop offset="1" stop-color="#fff" stop-opacity=".91"/>
10 </linearGradient>
11 <linearGradient id="c">
12 <stop offset="0" stop-color="#a10000"/>
13 <stop offset="1" stop-color="#c60000"/>
14 </linearGradient>
15 <linearGradient gradientTransform="matrix(0,0.43965518,0.78048781,0,44.4 87778,-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="10 3.156"/>
16 <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="10 3.156"/>
17 <linearGradient y2="103.156" x2="235.125" y1="103.156" x1="227.875" grad ientTransform="matrix(0,1.3793103,-1.3008129,0,259.08496,-314.35332)" gradientUn its="userSpaceOnUse" id="d" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:hre f="#c"/>
18 </defs>
19 <g>
20 <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.239999977 9502 5,4.9999999779502 0,2.76 -2.24,5.0000005 -5,5.0000005 z"/>
21 <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"/>
22 <path style="fill:url(#e)" d="m 125.03034,0.52999952 c 1.97,0 3.56,1.019 99998 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"/>
23 <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.5 9 z"/>
24 </g>
25 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698