<!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(125, 92);

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(74, 76);

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(283, 163);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(242, 30);
context.stroke();

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

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

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

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

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

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

context.lineTo(235, 13);
context.stroke();

context.lineTo(235, 12);
context.stroke();

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

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

context.lineTo(233, 8);
context.stroke();
var canvas, context, canvaso, contexto;
canvaso = document.getElementById('imageView');
context = canvaso.getContext('2d');
context.lineWidth = 5;

context.strokeStyle = '#000000';
context.save();
context.translate(134, 118.5);
context.scale(1, 0.9722222222222222);
context.beginPath();
context.arc(0, 0, 50, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(364, 101);
context.scale(1, 0.85);
context.beginPath();
context.arc(0, 0, 52, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(147, 204);
context.lineTo(201, 333);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(359, 202);
context.lineTo(311, 324);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(221, 108);
context.lineTo(271, 109);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.save();
context.translate(256.5, 377);
context.scale(1, 0.926829268292683);
context.beginPath();
context.arc(0, 0, 56, 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 = 13;

context.lineWidth = 12;

context.lineWidth = 10;

context.lineWidth = 9;

context.lineWidth = 8;

context.lineWidth = 7;

context.lineWidth = 6;

context.lineWidth = 5;

context.lineWidth = 4;

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