blob: cddad0c5e4e4344f43e9709e9fd9585d0dd91400 (
plain)
1
2
3
4
5
6
7
8
9
|
<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>
|