<!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(108, 92, 152, 24);

context.strokeStyle = '#000000';
context.strokeRect(259, 113, 234, 137);

context.strokeStyle = '#000000';
context.strokeRect(372, 67, 23, 108);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(385, 88);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(202, 296);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(460, 331);
context.stroke();
</script>
</body>
</html>