<!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(108, 244);

context.lineTo(108, 244);
context.stroke();

context.lineTo(108, 243);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(171, 310);
context.stroke();

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

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

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

context.lineTo(214, 341);
context.stroke();

context.lineTo(237, 355);
context.stroke();

context.lineTo(241, 355);
context.stroke();

context.lineTo(241, 355);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(252, 198);

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

context.lineTo(237, 219);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(137, 350);
context.stroke();

context.lineTo(127, 364);
context.stroke();

context.lineTo(123, 369);
context.stroke();

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

context.lineTo(112, 390);
context.stroke();

context.lineTo(106, 399);
context.stroke();

context.lineTo(103, 405);
context.stroke();

context.lineTo(102, 408);
context.stroke();

context.lineTo(99, 411);
context.stroke();

context.lineTo(98, 414);
context.stroke();

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

context.lineTo(94, 423);
context.stroke();

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

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

context.strokeStyle = '#000000';
context.save();
context.translate(150.5, 213.5);
context.scale(0.4520547945205479, 1);
context.beginPath();
context.arc(0, 0, 80, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(194.5, 308);
context.scale(0.34375, 1);
context.beginPath();
context.arc(0, 0, 34, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.lineWidth = 7;

context.lineWidth = 10;

context.lineWidth = 14;

context.lineWidth = 11;

context.lineWidth = 6;

context.lineWidth = 5;

context.lineWidth = 4;

context.lineWidth = 6;

context.lineWidth = 12;

context.lineWidth = 14;

context.lineWidth = 13;

context.lineWidth = 12;

context.lineWidth = 10;

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