repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
ManualTests
/
animation
/
animateMotion-to.svg
blob
17e2cdceb7c7fa23b5d5f115e405c212bfe0f627
1
<svg
xmlns='http://www.w3.org/
2000
/svg'
>
2
<rect
width='
100
' height='
100
'
>
3
<animateMotion
to='
100
,
0
' dur='
3
s'
/>
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>