1 <svg xmlns="http://www.w3.org/2000/svg"> 2 <text x="10" y="20">Testing calcMode="discrete" for <animateTransform>. The rect should jump by 100px at 2s.</text> 3 <rect y="30" width="100px" height="100px" fill="green"> 4 <animateTransform attributeName="transform" type="translate" from="0,0" to="100,0" calcMode="discrete" fill="freeze" dur="4s"/> 5 </rect> 6 </svg> 7