<svg height=120 width=520 style="border: 1px solid #eeeeee">
<rect x=10 y=10 width=30 height=40 />
<circle r=10 cx=100 cy=100 fill="orange" />
<text x=80 y=40 font-size="30" text-anchor="middle" fill="red">Text</text>
<line x1=40 y1=50 x2=100 y2=100 stroke="green" stroke-width="1" />
<polyline fill="lime" stroke-width="5" stroke="blue"
points="150,50 250,10 200,80"/>
<polygon points="350, 10 370, 25, 370, 50, 350, 65 330, 50, 330, 25" stroke="green" fill="yellow" />
<path d="M 400, 80 C 470, 80 470, 40 450, 40 C 430, 40 430, 80 500, 80" stroke="purple" fill="transparent" stroke-width="3" />
</svg>