<!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(121, 378);

context.lineTo(120, 375);
context.stroke();

context.lineTo(120, 375);
context.stroke();

context.lineTo(120, 367);
context.stroke();

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

context.lineTo(133, 335);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(248, 191);
context.stroke();

context.lineTo(250, 191);
context.stroke();

context.lineTo(257, 191);
context.stroke();

context.lineTo(271, 191);
context.stroke();

context.lineTo(289, 191);
context.stroke();

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

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

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

context.lineTo(342, 216);
context.stroke();

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

context.lineTo(348, 256);
context.stroke();

context.lineTo(346, 271);
context.stroke();

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

context.lineTo(329, 284);
context.stroke();

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

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

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

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

context.lineTo(288, 358);
context.stroke();

context.lineTo(288, 358);
context.stroke();

context.strokeStyle = '#000000';
context.save();
context.translate(267.5, 258.5);
context.scale(1, 0.554140127388535);
context.beginPath();
context.arc(0, 0, 179, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();
</script>
</body>
</html>