WebCore/manual-tests/animation/animateMotion-to.svg
changeset 0 4f2f89ce4247
equal deleted inserted replaced
-1:000000000000 0:4f2f89ce4247
       
     1 <svg xmlns='http://www.w3.org/2000/svg'>
       
     2   <rect width='100' height='100'>
       
     3     <animateMotion to='100,0' dur='3s' />
       
     4   </rect>
       
     5   <text x='10' y='120'>
       
     6     The rect should from 0,0 to 100,0 over 3 seconds.
       
     7   </text>  
       
     8 </svg>