Example


<svg width="256px" height="91px" viewBox="0 0 800 300" version="1.1">
     <desc>Example anim01 - demonstrate animation elements</desc>
     <rect x="1" y="1" width="798" height="298" fill="none" stroke="blue" stroke-width="2"/>
     <rect id="RectElement" x="0" y="0" width="800" height="300" fill="rgb(255,255,0)"> </rect>
     <g transform="translate(100,100)">
          <g transform="translate(100,100) rotate(0) scale(3)" fill="rgb(128,0,0)">
               <text id="TextElement" x="0" y="0" font-family="Verdana" font-size="35.27" visibility="visible"> It's alive! </text>
          </g>
     </g>
</svg>
Original SVG source