<!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(165, 107);

context.lineTo(168, 108);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(391, 337);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(145, 298);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(171, 172);
context.stroke();

context.lineTo(172, 171);
context.stroke();

context.lineTo(174, 171);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.strokeRect(274, 16, 287, 226);

context.strokeStyle = '#000000';
context.save();
context.translate(292, 193.5);
context.scale(1, 0.604);
context.beginPath();
context.arc(0, 0, 292, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 11;

context.lineWidth = 12;

context.lineWidth = 13;

context.lineWidth = 14;

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 = 1;

context.lineWidth = 2;

context.lineWidth = 4;

context.lineWidth = 5;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

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