<!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(242, 65);

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(384, 117);

context.lineTo(384, 143);
context.stroke();

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

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

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

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

context.lineTo(363, 281);
context.stroke();

context.lineTo(357, 286);
context.stroke();

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

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

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

context.lineTo(245, 331);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.save();
context.translate(238.5, 115.5);
context.scale(1, 0.3782771535580524);
context.beginPath();
context.arc(0, 0, 285, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 8;

context.lineWidth = 7;

context.lineWidth = 6;

context.lineWidth = 5;

context.lineWidth = 6;

context.lineWidth = 10;

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