blob: bdac74230a46ab567a267eea39d46198e16e97b5 [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 Veillard14fff061999-06-22 21:49:07 +00003<!-- parent stuff here --> <svg:svg width="5cm" height="8cm">
Daniel Veillard011b63c1999-06-02 17:44:04 +00004 <svg:ellipse major="200" minor="130"/>
5 </svg:svg>
Daniel Veillard14fff061999-06-22 21:49:07 +00006<!-- ... --></parent>