<!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(219, 239);
context.lineTo(220, 336);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(220, 334);
context.lineTo(329, 334);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(327, 333);
context.lineTo(327, 241);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(238, 165);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(241, 157);

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

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

context.strokeStyle = '#000000';
context.save();
context.translate(277, 179.5);
context.scale(1, 0.7125);
context.beginPath();
context.arc(0, 0, 98, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(232.5, 150.5);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 10, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(311.5, 155);
context.scale(1, 0.9230769230769231);
context.beginPath();
context.arc(0, 0, 18, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(242, 209);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(367, 195);
context.stroke();
</script>
</body>
</html>