| OLD | NEW |
| 1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
| 2 <svg id="element0" xmlns="http://www.w3.org/2000/svg" | 2 <svg id="element0" xmlns="http://www.w3.org/2000/svg" |
| 3 xmlns:svg="http://www.w3.org/2000/svg" | 3 xmlns:svg="http://www.w3.org/2000/svg" |
| 4 onload="start()"> | 4 onload="start()"> |
| 5 <script type="text/javascript"><![CDATA[ | 5 <script type="text/javascript"><![CDATA[ |
| 6 function start() { | 6 function start() { |
| 7 document.getElementById("element1").appendChild(window.top.mq2); | 7 document.getElementById("element1").appendChild(window.top.mq2); |
| 8 } | 8 } |
| 9 ]]> | 9 ]]> |
| 10 </script> | 10 </script> |
| 11 <foreignObject id="element1" width="500" height="500"> | 11 <foreignObject id="element1" width="500" height="500"> |
| 12 </foreignObject> | 12 </foreignObject> |
| 13 </svg> | 13 </svg> |
| OLD | NEW |