<!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(242, 129);

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

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

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

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

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

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

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

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

context.lineTo(356, 180);
context.stroke();

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

context.lineTo(402, 168);
context.stroke();

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

context.lineTo(424, 158);
context.stroke();

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

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

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

context.lineTo(428, 153);
context.stroke();

context.lineTo(428, 155);
context.stroke();

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

context.lineTo(428, 157);
context.stroke();

context.lineTo(428, 158);
context.stroke();

context.lineTo(430, 163);
context.stroke();

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

context.lineTo(432, 175);
context.stroke();

context.lineTo(429, 182);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(304, 316);
context.stroke();

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

context.lineTo(315, 319);
context.stroke();
</script>
</body>
</html>