|
<?xml
version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="455" height="314" version="1.1"
xmlns="http://www.w3.org/2000/svg">
<title>Links und externe Grafiken</title>
<defs>
<style type="text/css"><![CDATA[
text {
font-family: sans-serif;
font-size:26pt;
stroke: red;
stroke-width:1.5;
fill: yellow;
}
]]></style>
<image xlink:href="stern.svg"
width="100" height="100" x="0" y="0"
id="stern" transform="scale(.5)"/>
</defs>
<image xlink:href="capetown1_36.jpg" width="100%"
height="100%" x="0" y="0"/>
<rect width="100%" height="100%" fill="white"
stroke="none" fill-opacity=".8"/>
<a xlink:href="../svg/bsp31.svg">
<use xlink:href="#stern" x="100" y="50"/>
<text x="160" y="88">Beispiel 31</text>
</a>
<a xlink:href="../svg/bsp32.svg">
<use xlink:href="#stern"
x="100" y="110"/>
<text x="160" y="148">Beispiel 32</text>
</a>
<a xlink:href="../svg/bsp33.svg">
<use xlink:href="#stern"
x="100" y="170"/>
<text x="160" y="208">Beispiel 33</text>
</a>
</svg>
|
|