blob: a8236f4e363a3ddfb1cda5239f1a21a628a75c28 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<svg xmlns="http://www.w3.org/2000/svg">
<g>
<foreignObject width="500" height="500">
<div xmlns="http://www.w3.org/1999/xhtml">
<select><option>A</option></select>
</div>
</foreignObject>
</g>
</svg>
|