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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-info.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="80 0 10 10" width="10" height="10">
2 <defs>
3 <linearGradient id="a">
4 <stop offset="0" stop-color="#606eda"/>
5 <stop offset="1" stop-color="#021db2"/>
6 </linearGradient>
7 <linearGradient y2="104" x2="127" y1="104" x1="113" gradientTransform="m atrix(0.71428571,0,0,0.71428571,-0.71395168,-69.28574)" gradientUnits="userSpace OnUse" 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 85.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:#2a53cd" d="m 80.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="fill:#fff" d="m 83.930338,2.1399995 c -0.03,-0.53 0.55,-0.9 7 1.06,-0.83 0.5,0.12 0.79,0.73 0.56,1.18 -0.2,0.44 -0.79,0.61 -1.2,0.36 -0.26,- 0.14 -0.42,-0.42 -0.42,-0.71 z m 1.7,5.46 c 0.22,0 0.45,0 0.67,0 0,0.18 0,0.35 0 ,0.53 -0.96,0 -1.93,0 -2.89,0 0,-0.18 0,-0.35 0,-0.53 0.22,0 0.44,0 0.66,0 0,-1. 2 0,-2.41 0,-3.61 -0.22,0 -0.44,0 -0.66,0 0,-0.18 0,-0.35 0,-0.53 0.74,0 1.48,0 2.22,0 0,1.38 0,2.76 0,4.14 z"/>
13 </g>
14 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698