0
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
3 |
version="1.2" baseProfile="tiny"
|
|
4 |
id="animationRef" width="150" height="50" viewBox="0 0 150 50" fill="inherit">
|
|
5 |
|
|
6 |
<rect id="aMovingRect" width="50" height="50" rx="5" ry="5" fill="rgb(255,28,141)" stroke-width="3" stroke="black">
|
|
7 |
<animateTransform attributeName="transform" type="translate" values="0,0;0,100" begin="0" dur="2" fill="freeze"/>
|
|
8 |
</rect>
|
|
9 |
</svg>
|