<!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(133, 118, 319, 290);

context.strokeStyle = '#000000';
context.strokeRect(326, 247, 125, 161);

context.strokeStyle = '#000000';
context.strokeRect(160, 175, 119, 110);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(223, 178);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(217, 175);
context.lineTo(217, 285);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(161, 233);
context.lineTo(277, 234);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(134, 118);
context.lineTo(297, 1);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(295, 4);
context.lineTo(452, 117);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(422, 343);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(424, 341);

context.lineTo(424, 342);
context.stroke();

context.lineTo(424, 343);
context.stroke();

context.lineTo(424, 344);
context.stroke();

context.lineTo(424, 345);
context.stroke();

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

context.lineTo(424, 347);
context.stroke();

context.lineTo(423, 347);
context.stroke();

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

context.lineTo(423, 347);
context.stroke();

context.lineTo(423, 344);
context.stroke();

context.lineTo(423, 343);
context.stroke();

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

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

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

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

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

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

context.lineTo(422, 346);
context.stroke();
</script>
</body>
</html>