Source code
Revision control
Copy as Markdown
Other Tools
<?xml version="1.0" encoding="UTF-8"?>↩
<script>↩
function init()
{↩
document.documentElement.unsuspendRedrawAll();
document.getElementsByTagName("text")[0].firstChild.data = "Quux";
}↩
window.addEventListener("load", init, false);
</script>
<text x="125" y="30">Foo</text>↩
</svg>↩↩