<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg width="12cm" height="12cm">
<desc>Three shapes</desc>
<rect fill="green" x="1cm" y="1cm" width="3cm" height="3cm" />
<circle fill="red" cx="5cm" cy="6cm" r="4cm" />
<circle fill="cyan" cx="50" cy="60" r="30" />
<ellipse fill="cyan" cx="150" cy="160" rx="30" ry="60" />
<polygon fill="blue" stroke="white" points="110,160 50,300 180,290"/>
<path d="M 50 50 L 100 50 L 100 100"/>
<!--
<path d="M 200 200 C 250 200 C 250 250 z"/>
-->
<text fill="yellow" y="20">Hello world</text>
<text x="100" y="40">Hello world</text>
</svg>
	
