<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<svg width="320px" height="440px" version="1.1" viewBox="0 0 80 110"
	xmlns="http://www.w3.org/2000/svg" 
	xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Centroid of a right triangle</title>
<defs>
	<marker id="EA" viewBox="0 0 10 10" refX="10" refY="5"
		markerUnits="strokeWidth" orient="auto"
		markerWidth="5" markerHeight="5">
		<path d="M10,5 L0,10 2,5 0,0 10,5" fill="#555" />
		<path d="M10,0 V10" stroke="#555" />
	</marker>
	<marker id="SA" viewBox="0 0 10 10" refX="0" refY="5"
		markerUnits="strokeWidth" orient="auto"
		markerWidth="5" markerHeight="5">
		<path d="M0,5 L10,10 8,5 10,0 0,5" fill="#555" />
		<path d="M0,0 V10" stroke="#555" />
	</marker>
</defs>
<g fill="none" stroke="black">
	<path d="M1,91h60v-90z"/>
	<path d="M71,61h-30v40" stroke-width=".5" stroke-dasharray="3,2"/>
	<circle cx="41" cy="61" r="1" fill="black"/>
	<g marker-end="url(#EA)" marker-start="url(#SA)" stroke="#555">
		<path d="M1,105h60"/><path d="M41,100h20"/><path d="M70,61v30"/><path d="M75,1v90"/>
	</g>
</g>
<g stroke="none" fill="black" font-family="New Century Schoolbook" text-anchor="middle" font-size="6">
	<text x="25" y="104">b</text><text x="51" y="99">b/3</text><text x="72" y="50">h</text>
	<text x="66" y="75">h</text><text x="66" y="78">―</text><text x="66" y="82">3</text>
</g>
</svg>
