<!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.save();
context.translate(122, 70.5);
context.scale(1, 0.875);
context.beginPath();
context.arc(0, 0, 74, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.strokeRect(259, 59, 69, 72);

context.strokeStyle = '#000000';
context.strokeRect(370, 75, 38, 40);

context.strokeStyle = '#000000';
context.save();
context.translate(312.5, 198);
context.scale(1, 0.7692307692307693);
context.beginPath();
context.arc(0, 0, 49, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(166, 234);

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(191, 255);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(280, 260);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(339, 255);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(397, 249);

context.lineTo(397, 249);
context.stroke();
</script>
</body>
</html>