<!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.save();
context.translate(249.5, 288);
context.scale(1, 0.967032967032967);
context.beginPath();
context.arc(0, 0, 127, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(69, 112);

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

context.lineTo(70, 111);
context.stroke();

context.lineTo(82, 129);
context.stroke();

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

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

context.lineTo(117, 175);
context.stroke();

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

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

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

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

context.lineTo(159, 230);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(149, 254);
context.stroke();

context.lineTo(145, 254);
context.stroke();

context.lineTo(144, 254);
context.stroke();

context.lineTo(140, 254);
context.stroke();

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

context.lineTo(134, 254);
context.stroke();

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

context.lineTo(132, 254);
context.stroke();

context.lineTo(131, 254);
context.stroke();

context.lineTo(129, 254);
context.stroke();

context.lineTo(128, 255);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(95, 262);
context.stroke();

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(224, 99);
context.lineTo(402, 195);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(367, 179);
context.lineTo(325, 329);
context.stroke();
context.closePath();
</script>
</body>
</html>