blob: 3bd366d6303abc93de0da63c46b413c43367c7e1 [file] [log] [blame]
<?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>