<!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(166, 90);

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(227, 221);

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

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

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

context.lineTo(251, 198);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(163, 92);
context.stroke();
</script>
</body>
</html>