<!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(225.5, 162.5);
context.scale(0.963302752293578, 1);
context.beginPath();
context.arc(0, 0, 151, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(83, 159);
context.lineTo(373, 169);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(232, 12);
context.lineTo(219, 314);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(121, 60);
context.lineTo(327, 271);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(123, 269);
context.lineTo(336, 64);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(114, 101);

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

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

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

context.lineTo(110, 110);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(121, 116);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(155, 124);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(179, 49);

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

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

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

context.lineTo(183, 72);
context.stroke();

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

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

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

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

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

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

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

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

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

context.lineTo(193, 89);
context.stroke();
</script>
</body>
</html>