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

Side by Side 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 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="96 96 14 14" width="14" height="14">
2 <defs>
3 <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/199 9/xlink" xlink:href="#a" y1="103" y2="103"/>
4 <linearGradient id="a">
5 <stop offset="0" stop-color="#e59290"/>
6 <stop offset="1" stop-color="#e99890"/>
7 </linearGradient>
8 <linearGradient gradientTransform="matrix(0,1,-1,0,207,-17)" gradientUni ts="userSpaceOnUse" id="c" x1="113" x2="127" xmlns:xlink="http://www.w3.org/1999 /xlink" xlink:href="#b" y1="104" y2="104"/>
9 <linearGradient id="b">
10 <stop offset="0" stop-color="#c0544f"/>
11 <stop offset="1" stop-color="#d08481"/>
12 </linearGradient>
13 </defs>
14 <g>
15 <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"/>
16 <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"/>
17 <path style="fill:#993c35" d="m 106.5,100.93 -0.93,-0.93 -2.57,2.57 -2.5 7,-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.9 3 -2.57,-2.57 2.57,-2.57 z"/>
18 <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"/>
19 </g>
20 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698