<!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(295, 124);

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(395, 74);
context.stroke();

context.lineTo(422, 70);
context.stroke();

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

context.lineTo(431, 70);
context.stroke();

context.lineTo(432, 70);
context.stroke();

context.lineTo(418, 78);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(292, 163);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(357, 277);
context.stroke();

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

context.lineTo(357, 278);
context.stroke();
</script>
</body>
</html>