blob: 5aa4f8ea7b8a67fc6b9ba3dd8bf17a3297c91634 [file] [edit]
<!DOCTYPE html>
<html>
<head>
<script src="../../fast/repaint/resources/text-based-repaint.js"></script>
</head>
<body onload="runRepaintTest()">
<svg style="position: absolute; top: 0px; left: 0px; width: 500px; height: 200px">
<g id="target" transform="scale(0.001)">
<image href="../W3C-SVG-1.1/resources/smiley.png" x="50" y="50" width="100" height="100" preserveAspectRatio="none"/>
</g>
</svg>
<script>
function repaintTest() {
document.getElementById("target").setAttribute('transform', 'scale(1)');
}
</script>
</body>
</html>