<!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(147, 142);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(148, 140);

context.lineTo(148, 139);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(298, 187);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(152, 197);
context.stroke();
</script>
</body>
</html>