<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="638" height="384">
	<title>Primitive SVG Test</title>
	<image xlink:href="map.png" x="0" y="0" width="638" height="384"/>
	<circle r="30" cx="34" cy="34" style="fill:red; stroke:black; stroke-width:2"></circle>
	<rect x="68" y="4" width="100" height="60" style="fill:green; stroke:black; stroke-width:2"></rect>
	<polygon points="172,4 172,64 232,64" style="fill:blue; stroke:black; stroke-width:2"></polygon>
	<path d="M 4,68 L 60,100 L 120,75 L 232,128" style="fill:none; stroke:black; stroke-width:5"></path>
</svg>
