<!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.strokeRect(103, 78, 116, 325);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(262, 93);
context.lineTo(267, 241);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(488, 245);

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

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

context.lineTo(438, 246);
context.stroke();

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

context.lineTo(409, 246);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(414, 366);
context.stroke();

context.lineTo(421, 364);
context.stroke();

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

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

context.lineTo(495, 360);
context.stroke();

context.lineTo(512, 362);
context.stroke();

context.lineTo(514, 362);
context.stroke();

context.lineTo(515, 362);
context.stroke();

context.lineTo(515, 362);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(494, 74);

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

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

context.lineTo(479, 75);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(410, 125);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(410, 177);
context.stroke();

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

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

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

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

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

context.lineTo(504, 183);
context.stroke();

context.lineTo(505, 183);
context.stroke();

context.lineTo(505, 183);
context.stroke();
</script>
</body>
</html>