<!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(177, 173);

context.lineTo(177, 173);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(344, 151);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(106, 146);

context.lineTo(117, 143);
context.stroke();

context.lineTo(126, 140);
context.stroke();

context.lineTo(150, 134);
context.stroke();

context.lineTo(179, 130);
context.stroke();

context.lineTo(210, 128);
context.stroke();

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

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

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

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

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

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

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

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

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

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

context.lineTo(341, 166);
context.stroke();

context.lineTo(345, 171);
context.stroke();

context.lineTo(348, 177);
context.stroke();

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

context.lineTo(358, 194);
context.stroke();

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

context.lineTo(367, 220);
context.stroke();

context.lineTo(369, 227);
context.stroke();

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

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

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

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

context.lineTo(368, 286);
context.stroke();

context.lineTo(364, 301);
context.stroke();

context.lineTo(361, 309);
context.stroke();

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

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

context.lineTo(345, 334);
context.stroke();

context.lineTo(333, 344);
context.stroke();

context.lineTo(314, 361);
context.stroke();

context.lineTo(301, 369);
context.stroke();

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

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

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

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

context.lineTo(215, 383);
context.stroke();

context.lineTo(189, 367);
context.stroke();

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

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

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

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

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

context.lineTo(128, 222);
context.stroke();

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

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

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

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

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

context.lineTo(149, 206);
context.stroke();
</script>
</body>
</html>