<!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(382, 77);

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(481, 193);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(392, 305);
context.stroke();

context.lineTo(400, 304);
context.stroke();

context.lineTo(403, 304);
context.stroke();

context.lineTo(404, 304);
context.stroke();

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

context.lineTo(416, 316);
context.stroke();

context.lineTo(427, 326);
context.stroke();

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

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

context.lineTo(456, 337);
context.stroke();

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

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

context.lineTo(489, 333);
context.stroke();

context.lineTo(489, 333);
context.stroke();
</script>
</body>
</html>