<!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(50, 425);
context.lineTo(468, 90);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.save();
context.translate(225.5, 189);
context.scale(1, 0.5654450261780105);
context.beginPath();
context.arc(0, 0, 219, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(469, 198);

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(407, 199);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(501, 211);
context.stroke();

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

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

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

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

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

context.lineTo(472, 215);
context.stroke();

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

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

context.lineTo(427, 222);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(473, 238);
context.stroke();

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

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

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

context.lineTo(456, 240);
context.stroke();

context.lineTo(442, 240);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.strokeRect(123, 127, 242, 101);

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 7;

context.lineWidth = 6;

context.lineWidth = 5;

context.lineWidth = 4;

context.lineWidth = 3;

context.lineWidth = 4;

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 9;

context.lineWidth = 8;

context.lineWidth = 7;

context.lineWidth = 6;

context.lineWidth = 5;

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 6;

context.lineWidth = 5;

context.lineWidth = 4;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(160, 138);
context.lineTo(365, 226);
context.stroke();
context.closePath();
</script>
</body>
</html>