<!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(141, 90);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(350, 186);
context.stroke();

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

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

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

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

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

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

context.lineTo(321, 136);
context.stroke();

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

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

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

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

context.lineTo(290, 114);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(176, 60);
context.lineTo(402, 113);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(452, 176);
context.lineTo(232, 93);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.strokeRect(196, 55, 291, 99);

context.strokeStyle = '#000000';
context.save();
context.translate(408.5, 92.5);
context.scale(0.152, 1);
context.beginPath();
context.arc(0, 0, 126, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.lineWidth = 4;

context.lineWidth = 3;

context.lineWidth = 2;

context.lineWidth = 3;

context.lineWidth = 4;

context.lineWidth = 5;

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

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.strokeStyle = '#000000';
context.save();
context.translate(452.5, 243);
context.scale(0.33636363636363636, 1);
context.beginPath();
context.arc(0, 0, 116, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();
</script>
</body>
</html>