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="200" y="66.67" width="466.67" height="166.67" fill="rgb(255,255,0)"> </rect>
     <g transform="translate(100,100)">
          <g transform="translate(0,0) rotate(-30) scale(1)" fill="rgb(0,0,255)">
               <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