1343357-1.html (444B)
1 <svg> 2 <animateMotion to="500,500"></animateMotion> 3 <animateMotion to="10,40"></animateMotion> 4 </svg> 5 <svg width="100" height="100"> 6 <rect width="100%" height="100%" /> 7 <circle r="2" fill="red"> 8 <animateMotion dur="1s" from="50,50" to="80,70" additive="sum"></animateMotion> 9 <animateMotion dur="1s" from="50,50" to="80,70" additive="sum"></animateMotion> 10 <animateMotion dur="3s" to="0,80"></animateMotion> 11 </circle> 12 </svg>