<!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 = 11;

context.lineWidth = 12;

context.lineWidth = 13;

context.lineWidth = 14;

context.strokeStyle = '#000000';
context.strokeRect(206, 175, 13, 29);

context.strokeStyle = '#000000';
context.save();
context.translate(218.5, 189.5);
context.scale(1, 0.3953488372093023);
context.beginPath();
context.arc(0, 0, 46, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.lineWidth = 8;

context.lineWidth = 7;

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(267, 188);
context.lineTo(272, 188);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(169, 182);
context.lineTo(169, 199);
context.stroke();
context.closePath();

context.lineWidth = 6;

context.lineWidth = 5;

context.lineWidth = 4;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(250, 178);
context.lineTo(222, 188);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(222, 188);
context.lineTo(252, 200);
context.stroke();
context.closePath();

context.lineWidth = 5;

context.lineWidth = 7;

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 11;

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

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

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 11;

context.lineWidth = 12;

context.strokeStyle = '#000000';
context.strokeRect(193, 174, 4, 31);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(185, 180);
context.lineTo(185, 200);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(220, 189);
context.lineTo(245, 202);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(238, 200);
context.lineTo(219, 202);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(216, 177);
context.lineTo(237, 176);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(237, 174);
context.lineTo(224, 181);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(234, 175);
context.lineTo(225, 179);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(239, 173);
context.lineTo(241, 180);
context.stroke();
context.closePath();

context.lineWidth = 11;

context.lineWidth = 10;

context.lineWidth = 9;

context.lineWidth = 8;

context.lineWidth = 7;

context.lineWidth = 6;
</script>
</body>
</html>