<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" onload="runRepaintTest()"> | |
<script xlink:href="../../fast/repaint/resources/repaint.js"/> | |
<g id="g"> | |
<use xlink:href="#rect" /> | |
</g> | |
<defs> | |
<rect id="rect" x="0" y="0" width="100" height="60" /> | |
</defs> | |
<script> | |
function repaintTest() { | |
document.getElementById("g").setAttribute("fill", "#00FF00"); | |
} | |
</script> | |
</svg> |