<!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.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.strokeStyle = '#000000';
context.save();
context.translate(150, 217);
context.scale(1, 0.9333333333333333);
context.beginPath();
context.arc(0, 0, 123, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.strokeRect(148, 76, 181, 285);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(223, 214);
context.stroke();
</script>
</body>
</html>