1 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink" version=
"1.1" id=
"svgel" width=
"200px" height=
"200px">
2 <style type=
"text/css"><![CDATA[
4 background-color: #ccc;
45 <linearGradient id=
"black2white">
46 <stop class=
"black" offset=
"0"/>
47 <stop class=
"white" offset=
"1"/>
49 <linearGradient id=
"red-grad">
50 <stop class=
"darkred" offset=
"0"/>
51 <stop class=
"lightred" offset=
"1"/>
53 <radialGradient r=
"50%" id=
"red-radial-grad" xlink:
href=
"#red-grad"/>
54 <linearGradient x1=
"5%" y1=
"95%" x2=
"95%" y2=
"5%" id=
"border-grad" xlink:
href=
"#black2white" />
56 <circle id=
"circle" cx=
"100px" cy=
"100px" r=
"50px" style=
"fill:url(#red-radial-grad);stroke:url(#border-grad);" class=
"piece"/>
57 <circle cx=
"47px" cy=
"47px" r=
"10px" class=
"piece" style=
"fill:url(#red-radial-grad);stroke:url(#border-grad);"/>