<?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" xml:space="preserve"	>


<title>Active Sets</title>

<script xlink:href="impl.js" type="text/ecmascript" />
<script xlink:href="active_set_anim.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="slide one" viewBox="0 0 600 555" style="height:90%;width:100%" onload="onload_init(); anim_init(); ">
	   <g width="600" height="42">
		   <rect class="circ_control" title="go" id="circ_go" width="40" height="40" y="0" x="420" style="fill:lightgreen;"/>
		   <rect class="circ_control" title="single step" id="circ_step" width="40" height="40" y="0" x="460" style="fill:yellow;"/>
		   <rect class="circ_control" title="stop" id="circ_stop" width="40" height="40" y="0" x="500" style="fill:red;"/>
	   </g>
	   <g id="canvas" width="650" height="505" >
		   <g id="all_lines" />
		   <g>
			   <line x1="260" y1="0" x2="260" y2="505" style="fill:none; stroke:black; stroke-width: 3;"/>
			   <line x1="0" y1="300" x2="555" y2="300" style="fill:none; stroke:red; stroke-width: 3;"/>
			   <text x="555" y="300">T_DROP</text>
			   
			   <line x1="0" y1="200" x2="555" y2="200" style="fill:none; stroke:red; stroke-width: 3;"/>
			   <text x="555" y="200">T_ADD</text>
			   
			   <circle class="circ_status" id="circ_status_c" r="10" cx="275" cy="490" style="fill:red;"/>
			   <text x="285" y="500">Active</text>
			   <text id="since_td_label"  x="380" y="500">Since >T_DROP: 0</text>
			   
			   <circle class="circ_status" id="circ_cur_status_c" r="10" cx="245" cy="490" style="fill:red;"/>
			   <text text-anchor="end" x="235" y="500">Current</text>
		   </g>
	   </g>
   </svg>
</svg>
