<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created on 14 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="line" transform="translate(0.5,50.5)">
		<path d="M 10 -10 L 20 -20 10 -40 M 40 -40 L 30 -30 40 -20 30 -10" style="fill:none;stroke:blue;stroke-width:1" />
	</g>
	<g id="points" transform="translate(-1.5,48.5)">
		<rect id="part 1, point 1" width="4" height="4" transform="translate(10,-10)" style="fill:blue;stroke:blue;stroke-width:1" />
		<rect id="part 1, point 2" width="4" height="4" transform="translate(20,-20)" style="fill:white;stroke:blue;stroke-width:1" />
		<rect id="part 1, point 3" width="4" height="4" transform="translate(10,-40)" style="fill:white;stroke:blue;stroke-width:1" />
		<rect id="part 2, point 1" width="4" height="4" transform="translate(40,-40)" style="fill:blue;stroke:blue;stroke-width:1" />
		<rect id="part 2, point 2" width="4" height="4" transform="translate(30,-30)" style="fill:white;stroke:blue;stroke-width:1" />
		<rect id="part 2, point 3" width="4" height="4" transform="translate(40,-20)" style="fill:white;stroke:blue;stroke-width:1" />
		<rect id="part 2, point 4" width="4" height="4" transform="translate(30,-10)" style="fill:white;stroke:blue;stroke-width:1" />

	</g>
</svg>
