<!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.beginPath();
context.moveTo(151, 83);

context.lineTo(153, 93);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(198, 218);
context.stroke();

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

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

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

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

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

context.lineTo(206, 232);
context.stroke();

context.lineTo(206, 234);
context.stroke();

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

context.lineTo(208, 235);
context.stroke();

context.lineTo(208, 235);
context.stroke();

context.strokeStyle = '#000000';
context.save();
context.translate(190, 166.5);
context.scale(0.972972972972973, 1);
context.beginPath();
context.arc(0, 0, 155, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.lineWidth = 6;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 11;

context.lineWidth = 12;

context.lineWidth = 13;

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