Animate transformation


Should not happen
<path d="M 20 100 c 40 48 ... z"></path>
...
<animateTransform ... type="scale" from="1" to="0.7" begin="duck.click" dur="2s"/>
<animateTransform ... type="rotate" from="0" to="20" begin="duck.click+1s"
    dur="4s" />
<animateTransform ... type="translate" from="0,0" to="100,100"
    begin="duck.click+3s" dur="6s" />