<!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(55, 305);

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

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

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

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

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

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

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

context.lineTo(60, 261);
context.stroke();

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

context.lineTo(84, 218);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(159, 263);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(187, 208);
context.stroke();

context.lineTo(200, 194);
context.stroke();

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

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

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

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

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

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

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

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

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

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

context.lineTo(263, 188);
context.stroke();

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

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

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

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

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

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

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

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

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

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

context.lineTo(272, 267);
context.stroke();

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

context.lineTo(272, 270);
context.stroke();

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

context.lineTo(272, 272);
context.stroke();

context.lineTo(272, 272);
context.stroke();

context.strokeStyle = '#000000';
context.strokeRect(27, 109, 335, 264);

context.lineWidth = 6;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 11;

context.lineWidth = 12;

context.lineWidth = 11;

context.lineWidth = 10;

context.lineWidth = 9;

context.lineWidth = 8;

context.lineWidth = 7;

context.lineWidth = 6;

context.lineWidth = 5;

context.lineWidth = 4;

context.lineWidth = 3;

context.lineWidth = 2;

context.lineWidth = 3;

context.lineWidth = 4;
</script>
</body>
</html>