Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <?xml version="1.0" standalone="no"?>
3 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
4 "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
5 <svg width="4in" height="3in" version="1.1"
6 xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
7 <desc>This graphic links to an external image
8 </desc>
9 <image id="i1" x="200" y="200" width="100px" height="80px"
10 xlink:href="solidblue.png">
11 </image>
12 <circle cx="100" cy="50" r="40" stroke="black" stroke-width="2" fill="green"/>
13 </svg>