<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Your Canvas</title>

<style type="text/css"><!--
#container { position: relative; }
#imageTemp { position: absolute; top: 1px; left: 1px; }
--></style>

</head>
<body>
<canvas id="imageView" width="600" height="500"></canvas>

<script type="text/javascript">
var canvas, context, canvaso, contexto;
canvaso = document.getElementById('imageView');
context = canvaso.getContext('2d');
context.lineWidth = 5;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(79, 130);
context.lineTo(314, 193);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(314, 140);
context.lineTo(314, 139);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(417, 187);

context.lineTo(420, 187);
context.stroke();

context.lineTo(506, 187);
context.stroke();

context.lineTo(591, 278);
context.stroke();

context.lineTo(583, 284);
context.stroke();

context.lineTo(577, 287);
context.stroke();

context.lineTo(571, 287);
context.stroke();

context.lineTo(565, 287);
context.stroke();

context.lineTo(560, 287);
context.stroke();

context.lineTo(555, 287);
context.stroke();

context.lineTo(545, 287);
context.stroke();

context.lineTo(537, 283);
context.stroke();

context.lineTo(533, 281);
context.stroke();

context.lineTo(521, 276);
context.stroke();

context.lineTo(519, 275);
context.stroke();

context.lineTo(518, 275);
context.stroke();

context.lineTo(517, 274);
context.stroke();

context.lineTo(516, 273);
context.stroke();

context.lineTo(515, 273);
context.stroke();

context.lineTo(514, 273);
context.stroke();

context.lineTo(513, 272);
context.stroke();

context.lineTo(511, 272);
context.stroke();

context.lineTo(510, 271);
context.stroke();

context.lineTo(508, 271);
context.stroke();

context.lineTo(505, 270);
context.stroke();

context.lineTo(503, 269);
context.stroke();

context.lineTo(499, 267);
context.stroke();

context.lineTo(494, 265);
context.stroke();

context.lineTo(492, 263);
context.stroke();

context.lineTo(488, 261);
context.stroke();

context.lineTo(484, 257);
context.stroke();

context.lineTo(480, 254);
context.stroke();

context.lineTo(479, 252);
context.stroke();

context.lineTo(477, 250);
context.stroke();

context.lineTo(475, 248);
context.stroke();

context.lineTo(474, 247);
context.stroke();

context.lineTo(473, 245);
context.stroke();

context.lineTo(472, 244);
context.stroke();

context.lineTo(471, 243);
context.stroke();

context.lineTo(470, 242);
context.stroke();

context.lineTo(470, 240);
context.stroke();

context.lineTo(469, 238);
context.stroke();

context.lineTo(468, 237);
context.stroke();

context.lineTo(467, 235);
context.stroke();

context.lineTo(466, 232);
context.stroke();

context.lineTo(466, 230);
context.stroke();

context.lineTo(464, 226);
context.stroke();

context.lineTo(463, 223);
context.stroke();

context.lineTo(461, 219);
context.stroke();

context.lineTo(461, 218);
context.stroke();

context.lineTo(459, 214);
context.stroke();

context.lineTo(457, 211);
context.stroke();

context.lineTo(456, 209);
context.stroke();

context.lineTo(454, 206);
context.stroke();

context.lineTo(453, 204);
context.stroke();

context.lineTo(452, 203);
context.stroke();

context.lineTo(452, 202);
context.stroke();

context.lineTo(452, 202);
context.stroke();

context.lineTo(452, 202);
context.stroke();
</script>
</body>
</html>