<!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(131, 124);
context.lineTo(396, 292);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(78, 148);

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

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

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

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

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

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

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

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

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

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

context.lineTo(220, 303);
context.stroke();

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

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

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

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

context.lineTo(270, 235);
context.stroke();

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

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

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

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

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

context.lineTo(227, 67);
context.stroke();

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

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

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

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

context.lineTo(79, 147);
context.stroke();

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.save();
context.translate(419, 210);
context.scale(0.6555555555555556, 1);
context.beginPath();
context.arc(0, 0, 215, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.lineWidth = 4;

context.lineWidth = 3;

context.lineWidth = 2;

context.lineWidth = 1;

context.lineWidth = 2;

context.lineWidth = 3;

context.lineWidth = 4;

context.lineWidth = 5;

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 7;

context.lineWidth = 6;

context.lineWidth = 5;

context.lineWidth = 4;

context.lineWidth = 3;

context.lineWidth = 2;

context.lineWidth = 3;

context.lineWidth = 4;

context.lineWidth = 5;

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(245, 54);

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(219, 88);

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

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

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

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

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

context.lineTo(349, 47);
context.stroke();

context.lineTo(344, 51);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(285, 88);
context.stroke();
</script>
</body>
</html>