<!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(319, 73);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(243, 211);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(359, 301);
context.stroke();

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

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

context.lineTo(390, 313);
context.stroke();

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

context.lineTo(413, 319);
context.stroke();

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

context.lineTo(427, 319);
context.stroke();

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

context.lineTo(438, 313);
context.stroke();

context.lineTo(441, 306);
context.stroke();

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

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

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

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

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

context.lineTo(451, 252);
context.stroke();

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

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

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

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

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

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

context.lineTo(430, 203);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(369, 212);
context.stroke();

context.lineTo(369, 217);
context.stroke();

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

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

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

context.strokeStyle = '#000000';
context.strokeRect(317, 145, 235, 223);

context.lineWidth = 6;

context.lineWidth = 7;

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;

context.lineWidth = 5;

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