<!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(113, 113, 208, 148);

context.strokeStyle = '#000000';
context.strokeRect(241, 45, 176, 125);

context.strokeStyle = '#000000';
context.save();
context.translate(242.5, 320.5);
context.scale(1, 0.14606741573033707);
context.beginPath();
context.arc(0, 0, 90, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(265, 51);

context.lineTo(265, 51);
context.stroke();

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(265, 48);

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

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(280, 316);

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(215, 166);

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

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.lineWidth = 3;

context.lineWidth = 2;

context.lineWidth = 3;

context.lineWidth = 4;

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

context.lineWidth = 10;

context.lineWidth = 9;

context.lineWidth = 8;

context.lineWidth = 7;

context.lineWidth = 6;

context.lineWidth = 5;

context.lineWidth = 4;

context.lineWidth = 5;

context.lineWidth = 6;

context.lineWidth = 7;

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(511, 56);

context.lineTo(512, 56);
context.stroke();

context.lineTo(514, 57);
context.stroke();

context.lineTo(519, 69);
context.stroke();

context.lineTo(528, 89);
context.stroke();

context.lineTo(538, 118);
context.stroke();

context.lineTo(549, 145);
context.stroke();

context.lineTo(557, 162);
context.stroke();

context.lineTo(559, 164);
context.stroke();

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

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

context.lineTo(560, 164);
context.stroke();

context.lineTo(560, 164);
context.stroke();

context.lineTo(560, 164);
context.stroke();

context.lineTo(559, 163);
context.stroke();

context.lineTo(559, 163);
context.stroke();

context.lineTo(559, 163);
context.stroke();

context.lineTo(559, 163);
context.stroke();

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(503, 95);

context.lineTo(503, 95);
context.stroke();

context.lineTo(503, 96);
context.stroke();

context.lineTo(503, 96);
context.stroke();
</script>
</body>
</html>