<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created on 15 Mar 2011 by Mike Toews in Vim -->
<svg
	xmlns:svg="http://www.w3.org/2000/svg"
	xmlns="http://www.w3.org/2000/svg"
	version="1.1"
	width="51"
	height="51">
	<g id="background">
		<rect width="51" height="51" fill="white" />
	</g>
	<g id="grid" transform="translate(0.5,0.5)">
		<line x1="0" y1="0" x2="50" y2="0" style="stroke:#ddd;stroke-width:1"/>
		<line x1="0" y1="10" x2="50" y2="10" style="stroke:#ddd;stroke-width:1"/>
		<line x1="0" y1="20" x2="50" y2="20" style="stroke:#ddd;stroke-width:1"/>
		<line x1="0" y1="30" x2="50" y2="30" style="stroke:#ddd;stroke-width:1"/>
		<line x1="0" y1="40" x2="50" y2="40" style="stroke:#ddd;stroke-width:1"/>
		<line x1="0" y1="50" x2="50" y2="50" style="stroke:#ddd;stroke-width:1"/>
		<line x1="0" y1="0" x2="0" y2="50" style="stroke:#ddd;stroke-width:1"/>
		<line x1="10" y1="0" x2="10" y2="50" style="stroke:#ddd;stroke-width:1"/>
		<line x1="20" y1="0" x2="20" y2="50" style="stroke:#ddd;stroke-width:1"/>
		<line x1="30" y1="0" x2="30" y2="50" style="stroke:#ddd;stroke-width:1"/>
		<line x1="40" y1="0" x2="40" y2="50" style="stroke:#ddd;stroke-width:1"/>
		<line x1="50" y1="0" x2="50" y2="50" style="stroke:#ddd;stroke-width:1"/>
	</g>
	<g id="polygon" transform="translate(0.5,50.5)">
		<path d="M 40 -40 L 20 -45 45 -30 Z M 20 -35 L 10 -30 10 -10 30 -5 45 -20 Z M 30 -20 L 20 -15 20 -25 Z" style="fill:blue;fill-opacity:0.2;stroke:blue;stroke-width:1" fill-rule="evenodd" />
	</g>
	<g id="points" transform="translate(-1.5,48.5)">
		<rect id="part 1, point 1/4" width="4" height="4" transform="translate(40,-40)" style="fill:blue;stroke:blue;stroke-width:1" />
		<rect id="part 1, point 2" width="4" height="4" transform="translate(20,-45)" style="fill:white;stroke:blue;stroke-width:1" />
		<rect id="part 1, point 3" width="4" height="4" transform="translate(45,-30)" style="fill:white;stroke:blue;stroke-width:1" />
		<rect id="part 2, outer point 1/6" width="4" height="4" transform="translate(20,-35)" style="fill:blue;stroke:blue;stroke-width:1" />
		<rect id="part 2, outer point 2" width="4" height="4" transform="translate(10,-30)" style="fill:white;stroke:blue;stroke-width:1" />
		<rect id="part 2, outer point 3" width="4" height="4" transform="translate(10,-10)" style="fill:white;stroke:blue;stroke-width:1" />
		<rect id="part 2, outer point 4" width="4" height="4" transform="translate(30,-5)" style="fill:white;stroke:blue;stroke-width:1" />
		<rect id="part 2, outer point 5" width="4" height="4" transform="translate(45,-20)" style="fill:white;stroke:blue;stroke-width:1" />
		<rect id="part 2, inner point 1/4" width="4" height="4" transform="translate(30,-20)" style="fill:blue;stroke:blue;stroke-width:1" />
		<rect id="part 2, inner point 2" width="4" height="4" transform="translate(20,-15)" style="fill:white;stroke:blue;stroke-width:1" />
		<rect id="part 2, inner point 3" width="4" height="4" transform="translate(20,-25)" style="fill:white;stroke:blue;stroke-width:1" />
	</g>
</svg>
