blob: a9b395c27c8051bc5d143d47781eb36ec2d61670 [file] [log] [blame]
Daniel Veillard011b63c1999-06-02 17:44:04 +00001<?xml version="1.0" standalone="no"?>
2<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
3<svg width="4in" height="3in">
4 <defs>
Daniel Veillard14fff061999-06-22 21:49:07 +00005 <symbol id="TemplateObject01">
Daniel Veillard7d2c2761999-10-11 15:09:51 +00006<!-- symbol definition here -->
7 </symbol>
Daniel Veillard011b63c1999-06-02 17:44:04 +00008 </defs>
9 <desc>Examples of inline and referenced content
10 </desc>
Daniel Veillard7d2c2761999-10-11 15:09:51 +000011<!-- <g> with inline content -->
12 <g>
13<!-- Inline content goes here -->
14 </g>
15<!-- referenced content -->
16 <use href="#TemplateObject01"/>
17<!-- <g> with both referenced and inline content -->
18 <g>
Daniel Veillard011b63c1999-06-02 17:44:04 +000019 <use href="#TemplateObject01"/>
Daniel Veillard7d2c2761999-10-11 15:09:51 +000020<!-- Inline content goes here -->
21 </g>
Daniel Veillard011b63c1999-06-02 17:44:04 +000022</svg>