<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
 "http://www.w3.org/TR/SVG/DTD/svg10.dtd" [
 <!ATTLIST svg
  xmlns:xlink CDATA #FIXED "http://www.w3.org/1999/xlink">
 ]>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">

  <title>Title</title>
  <desc>
   Simple SVG test
  </desc>
  <g><circle cx="58" cy="300" r="8" style="fill:rgb(50,195,220)" /><circle cx="62" cy="297" r="3" /></g><g><circle cx="104" cy="334" r="8" style="fill:rgb(100,225,0)" /></g>
</svg>

