Sign in
webkit
/
WebKit
/
d4ecd70d20c75f7b38000e8ac1a6fe84bfdc9b3d
/
.
/
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>