1 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink">
2 <radialGradient id=
"myradial" r=
"5">
3 <stop offset=
"0" style=
"stop-color: green"/>
4 <stop offset=
"1" style=
"stop-color: red"/>
6 <rect x='
0' y='
0' width='
100' height='
100'
style=
"fill:url(#myradial)"/>