<!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(172, 87);

context.lineTo(172, 87);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(325, 136);

context.lineTo(326, 137);
context.stroke();

context.lineTo(332, 142);
context.stroke();

context.lineTo(340, 147);
context.stroke();

context.lineTo(351, 152);
context.stroke();

context.lineTo(363, 156);
context.stroke();

context.lineTo(375, 160);
context.stroke();

context.lineTo(384, 161);
context.stroke();

context.lineTo(390, 162);
context.stroke();

context.lineTo(391, 162);
context.stroke();

context.lineTo(391, 162);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(139, 82);

context.lineTo(139, 83);
context.stroke();

context.lineTo(139, 91);
context.stroke();

context.lineTo(141, 109);
context.stroke();

context.lineTo(144, 137);
context.stroke();

context.lineTo(146, 164);
context.stroke();

context.lineTo(149, 186);
context.stroke();

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

context.lineTo(160, 221);
context.stroke();

context.lineTo(169, 239);
context.stroke();

context.lineTo(178, 251);
context.stroke();

context.lineTo(185, 260);
context.stroke();

context.lineTo(192, 266);
context.stroke();

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

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

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

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

context.lineTo(216, 268);
context.stroke();

context.lineTo(233, 268);
context.stroke();

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

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

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

context.lineTo(282, 282);
context.stroke();

context.lineTo(280, 295);
context.stroke();

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

context.lineTo(259, 315);
context.stroke();

context.lineTo(246, 319);
context.stroke();

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

context.lineTo(196, 320);
context.stroke();

context.lineTo(174, 317);
context.stroke();

context.lineTo(151, 313);
context.stroke();

context.lineTo(135, 310);
context.stroke();

context.lineTo(127, 307);
context.stroke();

context.lineTo(125, 306);
context.stroke();

context.lineTo(125, 305);
context.stroke();

context.lineTo(125, 305);
context.stroke();
</script>
</body>
</html>