<!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(93, 66, 393, 156);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(95, 67);
context.lineTo(483, 218);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.save();
context.translate(284, 129.5);
context.scale(0.7755102040816326, 1);
context.beginPath();
context.arc(0, 0, 62, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(212, 145);

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

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

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

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

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

context.lineTo(199, 156);
context.stroke();

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

context.lineTo(195, 161);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(186, 169);
context.stroke();

context.lineTo(185, 168);
context.stroke();

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

context.lineTo(179, 160);
context.stroke();

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

context.lineTo(178, 157);
context.stroke();

context.lineTo(178, 156);
context.stroke();

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

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

context.lineTo(185, 168);
context.stroke();

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

context.lineTo(184, 168);
context.stroke();

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

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

context.lineTo(176, 147);
context.stroke();

context.lineTo(173, 140);
context.stroke();

context.lineTo(173, 138);
context.stroke();

context.lineTo(173, 139);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(167, 152);
context.stroke();

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

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

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 8;

context.lineWidth = 7;

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 12;

context.lineWidth = 13;

context.lineWidth = 14;

context.lineWidth = 13;

context.lineWidth = 12;

context.lineWidth = 11;

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