<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="100" y="33.33" width="633.33" height="233.33" fill="rgb(255,255,0)"> </rect> <g transform="translate(100,100)"> <g transform="translate(50,50) rotate(-15) scale(2)" fill="rgb(64,0,128)"> <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 |