blob: a63dded69aef9c8e001328716dbf4651649bab3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
<?xml version="1.0"?>
<!DOCTYPE Document SYSTEM "Document.dtd">
<Document>
<Title>Miscellaneous SVG Examples</Title>
<Description>
Some general svg examples.
</Description>
<Chapter>
<Title>Examples</Title>
<Section>
<Title>Introduction</Title>
<Body>
<p>
These examples show the areas of SVG currently implemented.
</p>
<p>
This is provided so that others can see how to write the svg elements
and the result to expect.
</p>
</Body>
</Section>
<Section>
<Title>Graphic Elements</Title>
<SubSection>
<Title>Miscellaneous</Title>
<Body>
<p>
Various styles and other drawing things.
</p>
</Body>
</SubSection>
</Section>
</Chapter>
</Document>
|