<!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(280, 56);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(401, 256);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(360, 326);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.strokeRect(153, 92, 250, 151);

context.strokeStyle = '#000000';
context.save();
context.translate(208.5, 113.5);
context.scale(1, 0.5129533678756477);
context.beginPath();
context.arc(0, 0, 217, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(346, 322);
context.scale(1, 0.9038461538461539);
context.beginPath();
context.arc(0, 0, 140, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(255, 342);
context.scale(1, 0.8536585365853658);
context.beginPath();
context.arc(0, 0, 216, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();
</script>
</body>
</html>