blob: c392f2fc8a1be163cde656d0757c9d07e2170a69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<script type="text/javascript" xlink:href="data:text/javascript,"></script>
<foreignObject width="-2" height="500" id="fo" x="300">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>Hi!!!</p>
</div>
</foreignObject>
</svg>
|