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

<?xml-stylesheet href="xbl-shape-bindings.css" type="text/css"?>

<!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>Robustness of l_1 vs l_2</title>

<script xlink:href="demo_impl.js" type="text/ecmascript" />


<svg id="canvas_regression2" width="100%" height="100%">
	<shape name="fit_control_point" x1="80" y1="80">
		<circle id="query_circle" r="5" cx="20" cy="20" style="display:none"/>
		<controlpoint xvar="x1" yvar="y1"/>
	</shape>

	<line id="l2_fit_line" fill="red" stroke="red" stroke-width="2" x1="0in" y1="1.5in" x2="4in" y2="1.5in"/>
	<line id="l1_fit_line" fill="lightgreen" stroke="green" stroke-width="2" x1="0in" y1="1.5in" x2="4in" y2="1.5in"/>
	<text id="total_dist_label2"  x="0in" y="2.75in">(Drag the green point; l_1 and l_2 fits include it)</text>
</svg>
</svg>