2010-02-06 03:03:10 -08:00
|
|
|
<svg width="640px" height="480px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0">
|
2010-03-01 11:21:02 -08:00
|
|
|
<title>This is a root SVG element's title</title>
|
2010-02-06 03:03:10 -08:00
|
|
|
<text id="text1" x="10px" y="32px" font-size="24px">
|
|
|
|
This contains only <title>
|
|
|
|
<title>
|
|
|
|
|
|
|
|
|
|
|
|
This is a title
|
|
|
|
|
|
|
|
</title>
|
|
|
|
</text>
|
|
|
|
<text id="text2" x="10px" y="96px" font-size="24px">
|
|
|
|
This contains only <desc>
|
|
|
|
<desc>This is a desc</desc>
|
|
|
|
</text>
|
|
|
|
<text id="text3" x="10px" y="128px" font-size="24px">
|
|
|
|
This contains nothing.
|
|
|
|
</text>
|
|
|
|
<a id="link1" xlink:href="#">
|
|
|
|
This link contains <title>
|
|
|
|
<title>
|
|
|
|
This is a title
|
|
|
|
</title>
|
|
|
|
<text id="text4" x="10px" y="192px" font-size="24px">
|
|
|
|
</text>
|
|
|
|
</a>
|
|
|
|
<a id="link2" xlink:href="#">
|
|
|
|
<text x="10px" y="192px" font-size="24px">
|
|
|
|
This text contains <title>
|
|
|
|
<title>
|
|
|
|
This is a title
|
|
|
|
</title>
|
|
|
|
</text>
|
|
|
|
</a>
|
|
|
|
<a id="link3" xlink:href="#" xlink:title="This is an xlink:title attribute">
|
|
|
|
<text x="10px" y="224px" font-size="24px">
|
|
|
|
This link contains <title> & xlink:title attr.
|
|
|
|
<title>This is a title</title>
|
|
|
|
</text>
|
|
|
|
</a>
|
|
|
|
<a id="link4" xlink:href="#" xlink:title="This is an xlink:title attribute">
|
|
|
|
<text x="10px" y="256px" font-size="24px">
|
|
|
|
This link contains xlink:title attr.
|
|
|
|
</text>
|
|
|
|
</a>
|
2010-02-23 12:45:13 -08:00
|
|
|
<text id="text5" x="10px" y="160px" font-size="24px"
|
|
|
|
xlink:title="This is an xlink:title attribute but it isn't on a link" >
|
|
|
|
This contains nothing.
|
|
|
|
</text>
|
2010-02-06 03:03:10 -08:00
|
|
|
</svg>
|