author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 19 Feb 2010 23:40:16 +0200 | |
branch | RCL_3 |
changeset 4 | 3b1da2848fc7 |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<svg version="1.2" baseProfile="tiny" xmlns="http://www.w3.org/2000/svg" |
|
3 |
xmlns:xlink="http://www.w3.org/1999/xlink" |
|
4 |
width="100%" height="100%" viewBox="0 0 80 60"> |
|
5 |
<desc>mpath example</desc> |
|
6 |
<path xml:id="mpathRef" d="M15,43 C15,43 36,20 65,33" fill="none" stroke="black" stroke-width="1"/> |
|
7 |
<animateMotion begin="0s" dur="6s" calcMode="linear" fill="freeze"> |
|
8 |
<mpath xlink:href="#mpathRef"/> |
|
9 |
</animateMotion> |
|
10 |
</svg> |