-1:000000000000 | 0:df49eef3bd47 |
---|---|
1 <?xml version="1.0" encoding="Windows-1252"?> | |
2 <svg xmlns="http://www.w3.org/2000/svg"> | |
3 | |
4 <marker id="m"></marker> | |
5 | |
6 <script> | |
7 window.addEventListener("load", function() { | |
8 document.getElementById("m").appendChild(document.createElementNS("http://www.w3.org/2000/svg", "foreignObject")); | |
9 }, false); | |
10 </script> | |
11 | |
12 </svg> |