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