<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:ev="http://www.w3.org/2001/xml-events"
width="700" height="200"
viewBox="-10 -10 700 200"
>
<g>
<text x="0" y="15" style="fill:#cc0000;">The rectangle element</text>
<rect x="0" y="30" style="width:300px; height:100px; fill:#ccccff; stroke-width:5px; stroke:#008800;"></rect>
<text x="300" y="-150" style="fill:#0000ff; font-family:sans-serif; font-size:1.3em;" transform = "rotate(30)">Rotated text!</text>
</g>
SVG not supported.
</svg>