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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/Images/icons/largeicon-stop-recording-mask.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="288 24 28 24" width="28" height="24">
2 <defs>
3 <radialGradient cx="0" cy="0" fx="0" fy="0" gradientTransform="matrix(18 ,0,0,-18,680,341)" gradientUnits="userSpaceOnUse" id="a" r="1" spreadMethod="pad ">
4 <stop offset="0"/>
5 <stop offset="1" stop-opacity="0"/>
6 </radialGradient>
7 <radialGradient cx="0" cy="0" fx="0" fy="0" gradientTransform="matrix(9, 0,0,9,304,36)" gradientUnits="userSpaceOnUse" id="b" r="1" spreadMethod="pad" xm lns:xlink="http://www.w3.org/1999/xlink" xlink:href="#a"/>
8 </defs>
9 <g>
10 <path style="fill:url(#b)" d="m 295,36 c 0,4.97 4.03,9 9,9 l 0,0 c 4.97, 0 9,-4.03 9,-9 l 0,0 c 0,-4.97 -4.03,-9 -9,-9 l 0,0 c -4.97,0 -9,4.03 -9,9"/>
11 <path d="m 298,36 c 0,3.31 2.69,6 6,6 3.31,0 6,-2.69 6,-6 0,-3.31 -2.69, -6 -6,-6 -3.31,0 -6,2.69 -6,6"/>
12 </g>
13 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698