<!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(240, 138);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(311, 254);
context.stroke();

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

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

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

context.lineTo(347, 350);
context.stroke();

context.lineTo(379, 369);
context.stroke();

context.lineTo(377, 369);
context.stroke();

context.lineTo(371, 369);
context.stroke();

context.lineTo(365, 369);
context.stroke();

context.lineTo(361, 369);
context.stroke();

context.lineTo(361, 369);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(230, 184);

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(456, 147);

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(279, 237);
context.stroke();
</script>
</body>
</html>