<!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(154, 96, 17, 36);

context.strokeStyle = '#000000';
context.strokeRect(135, 113, 196, 118);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(127, 238);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(451, 137);

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

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

context.lineTo(425, 161);
context.stroke();

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

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

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

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

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

context.lineTo(398, 204);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(431, 227);
context.stroke();

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

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

context.lineTo(446, 198);
context.stroke();

context.lineTo(445, 198);
context.stroke();

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

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

context.lineTo(444, 202);
context.stroke();
</script>
</body>
</html>