Sign in
ara-mdk
/
platform
/
external
/
webkit
/
a65af38181ac7d34544586bdb5cd004de93897ad
/
.
/
WebCore
/
manual-tests
/
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>