summaryrefslogtreecommitdiffstats
path: root/tests/arthur/data/1.2/referencedRect.svg
blob: 67473aafab03291fce4e990a573ab8b63b3746d1 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" 
     version="1.2" baseProfile="tiny" 
     id="animationRef" width="150" height="50" viewBox="0 0 150 50" fill="inherit">  

    <rect id="aMovingRect" width="50" height="50" rx="5" ry="5" fill="inherit" stroke-width="3" stroke="black">
         <animateTransform attributeName="transform" type="translate" values="0,0;0,100" begin="0" dur="2" fill="freeze"/>
    </rect>
</svg>