<!DOCTYPE html>
<html>
<body>
<svg height="200" width="500">
<polyline points="20,20 40,25 60,40 80,120 120,140 20,180 20,20"
style="fill:#DDD;stroke:black;stroke-width:1">
</svg>
<svg height="250" width="500">
<polygon points="220,10 300,210 170,250 123,234"
style="fill:lime;stroke:green;stroke-width:1">
</svg>
<svg height="100" width="100">
<circle cx="50" cy="50" r="40" stroke="black" stroke-width="1" fill="#F0F">
</svg>
</body>
</html>