<!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(144, 89);

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

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

context.lineTo(159, 78);
context.stroke();

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

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

context.lineTo(176, 70);
context.stroke();

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

context.lineTo(181, 70);
context.stroke();

context.lineTo(184, 70);
context.stroke();

context.lineTo(188, 70);
context.stroke();

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

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

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

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

context.lineTo(208, 75);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(234, 98);
context.stroke();

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

context.lineTo(236, 101);
context.stroke();

context.lineTo(236, 103);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(241, 113);
context.stroke();

context.lineTo(241, 114);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(242, 126);
context.stroke();
</script>
</body>
</html>