Grafika svg

Kod grafiki SVG:

<svg id="rysunek" height="200" xmlns="http://www.w3.org/2000/svg">
<rect id="prostokat" width="200" height="40" fill="#00ccdd" />
<line id="prosta" x1="5" y1="45" x2="250" y2="100" style="stroke:red; stroke-width:3" />
<circle id="kolo" cx="60" cy="120" r="50" fill="green" />
</svg>