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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-orange-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="160 0 10 10" width="10" height="10">
2 <defs>
3 <linearGradient id="a">
4 <stop offset="0" stop-color="#ffa801" stop-opacity="0"/>
5 <stop offset="1" stop-color="#f0fb3d"/>
6 </linearGradient>
7 <linearGradient id="b">
8 <stop offset="0" stop-color="#ffbd00" stop-opacity=".65"/>
9 <stop offset="1" stop-color="#fff" stop-opacity=".91"/>
10 </linearGradient>
11 <linearGradient gradientTransform="matrix(0,0.43965518,0.78048781,0,84.4 43591,-93.92353)" gradientUnits="userSpaceOnUse" id="d" x1="227.875" x2="235.125 " xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#a" y1="103.156" y2="10 3.156"/>
12 <linearGradient gradientTransform="matrix(0,-0.62931035,0.92682926,0,69. 469291,148.5285)" gradientUnits="userSpaceOnUse" id="c" x1="227.875" x2="235.125 " xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#b" y1="103.156" y2="10 3.156"/>
13 </defs>
14 <g>
15 <path style="fill:#e5a600" d="m 165.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"/>
16 <path style="fill:#ffbd00" d="m 169.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"/>
17 <path style="fill:url(#c)" d="m 165.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"/>
18 <path style="fill:url(#d)" d="m 164.99034,9.4199995 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"/>
19 </g>
20 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698