summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/animation/animateMotion-to.svg
blob: 17e2cdceb7c7fa23b5d5f115e405c212bfe0f627 (plain)
1
2
3
4
5
6
7
8
<svg xmlns='http://www.w3.org/2000/svg'>
  <rect width='100' height='100'>
    <animateMotion to='100,0' dur='3s' />
  </rect>
  <text x='10' y='120'>
    The rect should from 0,0 to 100,0 over 3 seconds.
  </text>  
</svg>