<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" version="1.1">
	<style type="text/css">
	line {
		stroke:#000000;
		stroke-width:2;
	}
	.hline {
		marker-start:url(#DotM);
		marker-end:url(#DotM);
	}
	</style>
	<defs id="defs4">
		<marker id="DotM" style="overflow:visible">
			<circle r="2.3" fill="black"/>
	</marker>
	</defs>
	<line x1="25" y1="25" x2="25" y2="175" />
	<line x1="175" y1="25" x2="175" y2="175" />
	<line class="hline" x1="25" y1="175" x2="175" y2="175" />
	<line class="hline" x1="25" y1="25" x2="175" y2="25" />
</svg>