<!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(143, 123);

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

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

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

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

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

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

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

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

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

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

context.lineTo(323, 312);
context.stroke();

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

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

context.lineTo(358, 332);
context.stroke();

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(320, 151);

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

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

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

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

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

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

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

context.lineTo(155, 345);
context.stroke();

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

context.lineTo(121, 370);
context.stroke();

context.lineTo(110, 375);
context.stroke();

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

context.lineTo(104, 378);
context.stroke();

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(83, 207);

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

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

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

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

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

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

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

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

context.lineTo(454, 440);
context.stroke();

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(454, 182);

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

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

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

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

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

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

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

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

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

context.lineTo(330, 433);
context.stroke();

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(401, 355);

context.lineTo(380, 372);
context.stroke();

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

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

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

context.lineTo(175, 440);
context.stroke();

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

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

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

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

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

context.lineTo(396, 245);
context.stroke();

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

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

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

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

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

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

context.lineTo(550, 300);
context.stroke();

context.lineTo(559, 300);
context.stroke();

context.lineTo(560, 300);
context.stroke();

context.lineTo(562, 300);
context.stroke();

context.lineTo(562, 300);
context.stroke();

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 10;

context.strokeStyle = '#000000';
context.strokeRect(223, 82, 185, 63);

context.strokeStyle = '#000000';
context.save();
context.translate(206.5, 182);
context.scale(1, 0.8764044943820225);
context.beginPath();
context.arc(0, 0, 355, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();
</script>
</body>
</html>