<!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.strokeRect(94, 53, 412, 359);

context.strokeStyle = '#000000';
context.save();
context.translate(120.5, 75);
context.scale(1, 0.8727272727272727);
context.beginPath();
context.arc(0, 0, 73, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(348, 178);
context.stroke();

context.lineTo(348, 161);
context.stroke();

context.lineTo(345, 147);
context.stroke();

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

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

context.lineTo(340, 142);
context.stroke();

context.lineTo(337, 141);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(232, 337);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(396, 227);
context.stroke();
</script>
</body>
</html>