<!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(103, 121, 417, 211);

context.strokeStyle = '#000000';
context.save();
context.translate(324, 229);
context.scale(1, 0.6133333333333333);
context.beginPath();
context.arc(0, 0, 352, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

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 = 4;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(354, 172);
context.stroke();
</script>
</body>
</html>