<!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(118, 151);

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(133, 281);
context.stroke();

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

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

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

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

context.lineTo(102, 272);
context.stroke();

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

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

context.lineTo(115, 281);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(205, 349);
context.stroke();

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

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

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

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

context.lineTo(217, 352);
context.stroke();
</script>
</body>
</html>