Radial Gradient


  <radialGradient  id="MyGradient" cx="200" cy="75" r="200"
      fx="150" fy="100">
    <stop offset="0" style="stop-color:white"/>
    <stop offset="0.5" style="stop-color:blue"/>
    <stop offset="1" style="stop-color:red"/>
  </radialGradient>
  - - -
  <rect x="20" y="20" width="360" height="110"
    style="fill:url(#MyGradient)"/>