blob: 46af5e807d9faa7b06dba3e6cbcaa629758e382d [file] [log] [blame]
Daniel Veillard011b63c1999-06-02 17:44:04 +00001<?xml version="1.0" standalone="yes"?>
2<parent xmlns="http://someplace.org" xmlns:svg="http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
Daniel Veillard7d2c2761999-10-11 15:09:51 +00003<!-- parent stuff here -->
4 <svg:svg width="5cm" height="8cm">
Daniel Veillard011b63c1999-06-02 17:44:04 +00005 <svg:ellipse major="200" minor="130"/>
6 </svg:svg>
Daniel Veillard7d2c2761999-10-11 15:09:51 +00007<!-- ... -->
8</parent>