0
|
1 |
|
|
2 |
<svg xmlns="http://www.w3.org/2000/svg"
|
|
3 |
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
4 |
version="1.2" baseProfile="tiny">
|
|
5 |
<desc>Example of two animation elements pointing to the same content.</desc>
|
|
6 |
|
|
7 |
<animation begin="1" dur="3" repeatCount="1.5" fill="freeze"
|
|
8 |
x="100" y="100" width="50" height="50"
|
|
9 |
xlink:href="bouncingBall.svg"/>
|
|
10 |
|
|
11 |
<animation begin="2" x="300" y="100" width="50" height="50"
|
|
12 |
xlink:href="bouncingBall.svg"/>
|
|
13 |
</svg>
|