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

context.lineWidth = 14;

context.strokeStyle = '#000000';
context.save();
context.translate(279, 213);
context.scale(1, 0.7352941176470589);
context.beginPath();
context.arc(0, 0, 169, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

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

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

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

context.lineTo(502, 151);
context.stroke();

context.strokeStyle = '#000000';
context.strokeRect(57, 176, 426, 79);

context.strokeStyle = '#000000';
context.strokeRect(63, 183, 412, 67);

context.strokeStyle = '#000000';
context.strokeRect(73, 187, 392, 60);

context.strokeStyle = '#000000';
context.strokeRect(83, 195, 375, 46);

context.strokeStyle = '#000000';
context.strokeRect(95, 205, 352, 28);

context.strokeStyle = '#000000';
context.strokeRect(104, 203, 336, 25);

context.strokeStyle = '#000000';
context.strokeRect(106, 216, 338, 8);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(162, 143);
context.lineTo(391, 142);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(181, 280);
context.lineTo(372, 279);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(284, 335);
context.lineTo(285, 409);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(239, 409);
context.lineTo(327, 408);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(312, 407);
context.lineTo(314, 459);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(283, 408);
context.lineTo(285, 462);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(251, 412);
context.lineTo(252, 458);
context.stroke();
context.closePath();
</script>
</body>
</html>