Sign in
webkit
/
WebKit
/
766722c718b33cca9e3e0605717d44b79b2b62d2
/
.
/
ManualTests
/
animation
/
animateMotion-to.svg
blob: 17e2cdceb7c7fa23b5d5f115e405c212bfe0f627 [
file
] [
log
] [
blame
]
<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>