WebCore/manual-tests/animation/animateMotion-to.svg
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 04 Oct 2010 01:32:07 +0300
changeset 2 303757a437d3
parent 0 4f2f89ce4247
permissions -rw-r--r--
Revision: 201037 Kit: 201039

<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>