<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg">
<script type="text/javascript">
<![CDATA[
var ie = document.createElementNS('http://www.w3.org/2000/svg', "image");
ie.setAttribute("x", "0");
ie.setAttribute("y", "0");
ie.setAttribute("width", "100");
ie.setAttribute("height", "100");
ie.href.baseVal = 'resources/green-checker.png';
document.rootElement.appendChild(ie);
]]>
</script>
</svg>