author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Wed, 21 Apr 2010 20:15:53 +0300 | |
branch | RCL_3 |
changeset 13 | c0432d11811c |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
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> |