<!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(377, 63);

context.lineTo(377, 63);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(472, 29);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(40, 46);

context.lineTo(45, 46);
context.stroke();

context.lineTo(71, 46);
context.stroke();

context.lineTo(111, 46);
context.stroke();

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

context.lineTo(262, 49);
context.stroke();

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

context.lineTo(324, 62);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(253, 170);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(285, 133);
context.stroke();

context.lineTo(285, 134);
context.stroke();

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

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

context.lineTo(288, 157);
context.stroke();

context.lineTo(289, 165);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(443, 153);
context.stroke();

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

context.lineTo(503, 122);
context.stroke();

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

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

context.strokeStyle = '#000000';
context.strokeRect(145, 100, 94, 117);

context.lineWidth = 2;

context.lineWidth = 1;

context.strokeStyle = '#000000';
context.strokeRect(243, 235, 176, 19);

context.strokeStyle = '#000000';
context.strokeRect(414, 183, 56, 150);

context.lineWidth = 2;

context.lineWidth = 4;

context.lineWidth = 11;

context.lineWidth = 14;

context.lineWidth = 13;

context.lineWidth = 12;

context.lineWidth = 11;

context.lineWidth = 10;

context.lineWidth = 9;

context.lineWidth = 8;

context.strokeStyle = '#000000';
context.strokeRect(253, 262, 251, 22);
</script>
</body>
</html>