blob: 3549a595d38bf3c21496e0834f76e93fb2dc1251 [file] [log] [blame]
<svg xmlns="http://www.w3.org/2000/svg">
<foreignObject width="300" height="100">
<html xmlns="http://www.w3.org/1999/xhtml">
<p>Test from HTML in foreignObject</p>
<svg xmlns="http://www.w3.org/2000/svg">
<rect width="20" height="20" fill="green"/>
<text y="50">Test from SVG in HTML in foreignObject</text>
</svg>
</html>
</foreignObject>
</svg>