<?xml version="1.0" encoding="iso-8859-1"?>
<svg xmlns="http://www.w3.org/2000/svg"
     xmlns:html="http://www.w3.org/1999/xhtml">
	<circle cx="50" cy="50" r="20" style="fill:yellow;stroke:black" />
	<text x="10" y="30" style="fill:black;font-size:10px">test</text>
	<foreignObject x="80" y="20" height="150px" width="100%">
	<html:div style="background-color:silver;border:solid 1px;width:250px;height:148px">
	<html:h1 style="font-family:Arial;font-size:18px">Überschrift</html:h1>
	<html:p style="font-family:Arial;font-size:12px;color:blue">Dies ist ein normaler Absatz, der auch automatische Umbrüche enthalten kann.</html:p>
	<html:ul style="font-family:Arial;font-size:10px;color:blue">
		<html:li>listeneintrag 1</html:li>
		<html:li>listeneintrag 2</html:li>
		<html:li>listeneintrag 3</html:li>
	</html:ul></html:div>
	</foreignObject>
</svg>