<?xml version="1.0" standalone="yes"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" width="64" height="64" xmlns="http://www.w3.org/2000/svg">
 <defs>
  <radialGradient id="Shiny"
    cx="0.5" cy="0.5" r="0.5" fx="0.25" fy="0.25">
   <stop offset="0%" stop-color="#ffffff" />
   <stop offset="50%" stop-color="#00c000" />
   <stop offset="75%" stop-color="#008000" />
   <stop offset="100%" stop-color="#000000" />
  </radialGradient>
 </defs>
 <circle r="30" cx="32" cy="32" fill="url(#Shiny)" />
</svg>
