blob: 22d1ad3b1dcd083f73a5895def6be6f05c2fc1fe [file] [log] [blame]
Daniel Veillard011b63c1999-06-02 17:44:04 +00001<?xml version="1.0" standalone="yes"?>
2<parent xmlns="http://some.url">
Daniel Veillard7d2c2761999-10-11 15:09:51 +00003<!-- SVG graphic -->
4 <svg xmlns="http://www.w3.org/Graphics/SVG/svg-19990412.dtd" width="100px" height="200px">
Daniel Veillard011b63c1999-06-02 17:44:04 +00005 <path d="M100,100 Q200,400,300,100"/>
Daniel Veillard7d2c2761999-10-11 15:09:51 +00006<!-- rest of SVG graphic would go here -->
7 </svg>
Daniel Veillard011b63c1999-06-02 17:44:04 +00008</parent>