<!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(122, 85);

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(175, 225);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(330, 265);

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

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

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

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

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

context.lineTo(372, 266);
context.stroke();
</script>
</body>
</html>