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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-red-cross-active.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="111 96 14 14" width="14" height="14">
2 <defs>
3 <linearGradient id="a">
4 <stop offset="0" stop-color="#d7687d"/>
5 <stop offset="1" stop-color="#b21402"/>
6 </linearGradient>
7 <linearGradient x2="24" gradientTransform="matrix(0,-0.58333333,-0.58333 333,0,118,110)" gradientUnits="userSpaceOnUse" id="b" xmlns:xlink="http://www.w3 .org/1999/xlink" xlink:href="#a"/>
8 </defs>
9 <g>
10 <path style="fill:url(#b)" d="m 118,96 c -3.87,0 -7,3.13 -7,7 0,3.87 3.1 3,7 7,7 3.87,0 7,-3.13 7,-7 0,-3.87 -3.13,-7 -7,-7"/>
11 <path style="fill:#f27d82" d="m 111.5,103 c 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 -3.59,0 -6.5,2.91 -6.5,6.5"/>
12 <path style="fill-opacity:.36000001" d="m 121.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"/>
13 <path style="fill:#fff" d="m 121.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"/>
14 </g>
15 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698