<!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(60, 71);
context.lineTo(465, 359);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(463, 356);
context.lineTo(271, 67);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.save();
context.translate(142.5, 50);
context.scale(1, 0.26573426573426573);
context.beginPath();
context.arc(0, 0, 148, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(295.5, 60.5);
context.scale(1, 0.8947368421052632);
context.beginPath();
context.arc(0, 0, 25, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(309, 53);

context.lineTo(309, 53);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(316, 53);

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

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

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

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

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

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

context.lineTo(324, 73);
context.stroke();

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

context.lineTo(326, 77);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(283, 91);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(413, 93);
context.stroke();

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

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

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

context.lineTo(351, 68);
context.stroke();

context.lineTo(345, 68);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(337, 184);
context.stroke();

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

context.lineTo(324, 186);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(362, 170);
context.stroke();
</script>
</body>
</html>