1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <svg xmlns=
"http://www.w3.org/2000/svg">
3 <script type=
"text/javascript">
5 var ie = document.createElementNS('http://www.w3.org/
2000/svg',
"image");
6 ie.setAttribute(
"x",
"0");
7 ie.setAttribute(
"y",
"0");
8 ie.setAttribute(
"width",
"100");
9 ie.setAttribute(
"height",
"100");
10 ie.href.baseVal = 'resources/green-checker.png';
11 document.rootElement.appendChild(ie);