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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(282, 132);

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

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

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

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

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

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

context.lineTo(363, 117);
context.stroke();

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

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

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

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

context.lineTo(376, 117);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(413, 175);
context.stroke();

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

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

context.lineTo(417, 181);
context.stroke();

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

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

context.lineTo(419, 185);
context.stroke();

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

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

context.strokeStyle = '#000000';
context.strokeRect(117, 67, 233, 128);

context.strokeStyle = '#000000';
context.strokeRect(394, 39, 23, 46);
</script>
</body>
</html>