<!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(455, 132);

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

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

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

context.lineTo(173, 103);
context.stroke();

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

context.lineTo(158, 123);
context.stroke();

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

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

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

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

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

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

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

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

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

context.lineTo(307, 353);
context.stroke();

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

context.lineTo(302, 392);
context.stroke();

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

context.lineTo(279, 408);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(349, 158);
context.stroke();

context.lineTo(336, 139);
context.stroke();

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

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

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

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

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

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

context.lineTo(125, 64);
context.stroke();

context.lineTo(125, 64);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(416, 201);

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

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

context.lineTo(416, 264);
context.stroke();

context.lineTo(416, 273);
context.stroke();

context.lineTo(416, 276);
context.stroke();

context.lineTo(416, 276);
context.stroke();

context.lineTo(416, 276);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(456, 211);

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.strokeRect(293, 47, 211, 236);

context.lineWidth = 6;

context.lineWidth = 12;

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