1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink" preserveAspectRatio=
"none">
5 <linearGradient id=
"bgGrad" x1=
"0" y1=
"0" x2=
"0" y2=
"1">
6 <stop offset=
"0" stop-color=
"#CCC"/>
7 <stop offset=
"0.3" stop-color=
"#FFF"/>
8 <stop offset=
"0.6" stop-color=
"#FFF"/>
9 <stop offset=
"1" stop-color=
"#999"/>
11 <linearGradient id=
"strokeGrad" x1=
"0" y1=
"0" x2=
"0" y2=
"1">
12 <stop offset=
"0" stop-color=
"#FFF"/>
13 <stop offset=
"0.4" stop-color=
"#999"/>
14 <stop offset=
"0.6" stop-color=
"#999"/>
15 <stop offset=
"1" stop-color=
"#666"/>
19 <rect x=
"1%" y=
"1%" width=
"98%" height=
"98%" fill=
"url(#bgGrad)" stroke=
"url(#strokeGrad)" stroke-width=
"1" rx=
"10" ry=
"10"/>