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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-error.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="20 0 10 10" width="10" height="10">
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.41666666,-0.41666 666,0,25.000338,10)" gradientUnits="userSpaceOnUse" id="b" xmlns:xlink="http://w ww.w3.org/1999/xlink" xlink:href="#a"/>
8 </defs>
9 <g>
10 <path style="fill:url(#b)" d="m 25.000338,-4.779502e-7 c -2.76,0 -5,2.23 99999779502 -5,4.9999999779502 0,2.76 2.24,5.0000005 5,5.0000005 2.76,0 5,-2.240 0005 5,-5.0000005 0,-2.76 -2.24,-4.99999997795019 -5,-4.99999997795019"/>
11 <path style="fill:#eb3941" d="m 20.360338,4.9999995 c 0,2.56 2.08,4.64 4 .64,4.64 2.56,0 4.64,-2.08 4.64,-4.64 0,-2.56 -2.08,-4.63999998 -4.64,-4.6399999 8 -2.56,0 -4.64,2.07999998 -4.64,4.63999998"/>
12 <path style="stroke:#fff" d="M23.000338 2.9999995l4 4M27.000338 2.999999 5l-4 4"/>
13 </g>
14 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698