blob: 1733648bc8ba195fc8c2a860abe9c0a7a84b7e3b [file] [log] [blame]
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" version="1.1" 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"/>
<script type="text/ecmascript"> <![CDATA[
function repaintTest() {
if (window.testRunner) {
testRunner.waitUntilDone();
setTimeout("testRunner.notifyDone()", 200);
}
}
]]> </script>
<path d="M40,140 L40,100 10,100 C10,10 90,10 90,100 L60,100 60,140 M140,50 C70,180 195,180 190,100 " style="fill:white;stroke:red;stroke-width:2">
<animate attributeName="d" calcMode="discrete" values="M40,140 L40,100 10,100 C10,10 90,10 90,100 L60,100 60,140 M140,50 C70,180 195,180 190,100
;M140,40 L100,40 100,10 C10,10 10,90 100,90 L100,60 140,60 M50,140 C180,70 180,195 100,190;" dur="0.1s" fill="freeze"/>
</path>
</svg>