blob: 524bc7c8c9739787f7ba2fd5866f6f2a7a282d59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg">
<g color="green">
<foreignObject x="0" y="0" width="100" height="100">
<p xmlns="http://www.w3.org/1999/xhtml">Foo</p>
</foreignObject>
<foreignObject x="100" y="0" width="100" height="100">
<p xmlns="http://www.w3.org/1999/xhtml">Foo</p>
</foreignObject>
</g>
</svg>
|