<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>

<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
    "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
    
<svg xmlns="http://www.w3.org/2000/svg"
	xmlns:xlink="http://www.w3.org/1999/xlink">
        
<title>Energy Minimization</title>

<script xlink:href="impl.js" type="text/ecmascript" />
<style type="text/css">
<![CDATA[
	[class~="circ_control"]:hover {stroke:black; stroke-width:2; fill-opacity:0.2;}
]]>
</style>

	<svg id="canvas_enet" viewBox="0 0 500 500" style="height:100%;width:100%">
		<circle id="enet_big_circ" r="1.8in" cx="2.7in" cy="2in" style="fill:red; fill-opacity:0.2; stroke:none;" />
		<g width="700" height="42">
			<rect class="circ_control" title = "go" id="circ_go" width="29" height="30" y="4.5in" x="250" style="fill:lightgreen;"/>
			<rect class="circ_control" title="single step" id="circ_step" width="29" height="30" y="4.5in" x="280" style="fill:yellow;"/>
			<rect class="circ_control" title = "stop" id="circ_stop" width="29" height="30" y="4.5in" x="310" style="fill:red;"/>
			<rect class="circ_control" title = "cycle net display" id="circ_size" width="29" height="30" y="4.5in" x="340" style="fill:blue;"/>
		</g>
	</svg>
</svg>

