<!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(187, 102);

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

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

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

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

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

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

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

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

context.lineTo(303, 220);
context.stroke();

context.lineTo(303, 221);
context.stroke();

context.lineTo(303, 221);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(169, 132);

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

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

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

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

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

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

context.lineTo(212, 83);
context.stroke();

context.lineTo(220, 80);
context.stroke();

context.lineTo(247, 84);
context.stroke();

context.lineTo(272, 104);
context.stroke();

context.lineTo(287, 125);
context.stroke();

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

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

context.lineTo(314, 212);
context.stroke();

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

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

context.lineTo(315, 233);
context.stroke();

context.lineTo(315, 236);
context.stroke();

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

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

context.lineTo(319, 242);
context.stroke();

context.lineTo(319, 242);
context.stroke();

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

context.lineTo(321, 242);
context.stroke();

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(379, 92);

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

context.lineTo(387, 126);
context.stroke();

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

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

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

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

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

context.lineTo(452, 182);
context.stroke();

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

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

context.lineTo(437, 182);
context.stroke();

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

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

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

context.strokeStyle = '#000000';
context.strokeRect(112, 64, 107, 246);

context.strokeStyle = '#000000';
context.strokeRect(385, 281, 91, 105);

context.strokeStyle = '#000000';
context.strokeRect(371, 133, 86, 212);

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

context.lineWidth = 6;

context.lineWidth = 8;

context.lineWidth = 12;

context.lineWidth = 11;

context.lineWidth = 10;

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