blob: 472b9fa3d47698592e767eabbbbd9f9705c270bd [file] [log] [blame]
<?xml version="1.0"?>
<svg viewBox="0 0 500 300" onload="loaded()" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<rect x="0" y="0" width="500" height="300" fill="#fff" />
<g fill="green">
<path d="M-25,0C120,-40 -80,-60 20,25zM20 10q-10 -10 2 -10" transform="translate(100,100)">
<animateTransform attributeName="transform" additive="sum" type="scale" to="3" begin="0s" dur="2s"/>
</path>
</g>
<script>
if (window.testRunner)
testRunner.waitUntilDone();
function loaded() {
document.documentElement.setCurrentTime(2);
if (window.testRunner)
testRunner.notifyDone();
}
</script>
</svg>