<!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(137, 229);

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

context.lineTo(145, 256);
context.stroke();

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

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

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

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

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

context.lineTo(201, 312);
context.stroke();

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

context.lineTo(213, 293);
context.stroke();

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

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

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

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

context.lineTo(217, 279);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(264, 339);
context.stroke();

context.lineTo(256, 336);
context.stroke();

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

context.lineTo(253, 326);
context.stroke();
</script>
</body>
</html>