9 lines
192 B
XML
9 lines
192 B
XML
<svg xmlns="http://www.w3.org/2000/svg">
|
|
|
|
<foreignObject x="100" y="100" width="-2" height="500">
|
|
<div xmlns="http://www.w3.org/1999/xhtml">
|
|
<p>Foo</p>
|
|
</div>
|
|
</foreignObject>
|
|
|
|
</svg>
|