<!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(298, 137);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(253, 91);
context.lineTo(159, 372);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(251, 91);
context.lineTo(323, 91);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(320, 94);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(319, 90);
context.lineTo(437, 369);
context.stroke();
context.closePath();

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(434, 368);

context.lineTo(434, 368);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(435, 369);
context.lineTo(361, 371);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(227, 372);
context.lineTo(284, 262);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(282, 265);
context.lineTo(329, 265);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(326, 264);
context.lineTo(366, 375);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(290, 157);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(293, 159);
context.lineTo(268, 202);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(292, 163);
context.lineTo(320, 203);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(268, 205);
context.lineTo(319, 203);
context.stroke();
context.closePath();

context.strokeStyle = '#8754FF';
context.save();
context.translate(261.5, 118);
context.scale(0.75, 1);
context.beginPath();
context.arc(0, 0, 5, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(297, 121.5);
context.scale(0.8, 1);
context.beginPath();
context.arc(0, 0, 6, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(255.5, 146);
context.scale(0.75, 1);
context.beginPath();
context.arc(0, 0, 5, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(254.5, 166.5);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 7, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(242.5, 191);
context.scale(1, 0.8);
context.beginPath();
context.arc(0, 0, 6, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(313, 145.5);
context.scale(1, 0.5);
context.beginPath();
context.arc(0, 0, 7, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(280.5, 143);
context.scale(1, 0.8571428571428571);
context.beginPath();
context.arc(0, 0, 9, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(328, 192);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 6, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(314, 166);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 6, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(238.5, 242);
context.scale(0.875, 1);
context.beginPath();
context.arc(0, 0, 11, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(273, 221);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 6, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(234.5, 211);
context.scale(1, 0.8571428571428571);
context.beginPath();
context.arc(0, 0, 9, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(256.5, 245.5);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 4, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(289.5, 242.5);
context.scale(0.6, 1);
context.beginPath();
context.arc(0, 0, 6, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(317.5, 234);
context.scale(1, 0.8);
context.beginPath();
context.arc(0, 0, 6, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(340.5, 222);
context.scale(0.9, 1);
context.beginPath();
context.arc(0, 0, 13, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(352.5, 257);
context.scale(1, 0.8);
context.beginPath();
context.arc(0, 0, 6, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(227, 273);
context.scale(1, 0.6666666666666666);
context.beginPath();
context.arc(0, 0, 7, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(219.5, 236);
context.scale(0.8333333333333334, 1);
context.beginPath();
context.arc(0, 0, 8, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(256, 269.5);
context.scale(1, 0.75);
context.beginPath();
context.arc(0, 0, 5, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(211, 292);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 8, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(230.5, 309);
context.scale(0.5, 1);
context.beginPath();
context.arc(0, 0, 11, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(194.5, 324.5);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 7, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(215, 340.5);
context.scale(0.8571428571428571, 1);
context.beginPath();
context.arc(0, 0, 9, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(184, 346.5);
context.scale(0.4, 1);
context.beginPath();
context.arc(0, 0, 5, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(195, 352.5);
context.scale(0.8, 1);
context.beginPath();
context.arc(0, 0, 6, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(362, 289);
context.scale(1, 0.6666666666666666);
context.beginPath();
context.arc(0, 0, 7, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(362, 307.5);
context.scale(1, 0.875);
context.beginPath();
context.arc(0, 0, 11, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(385.5, 317.5);
context.scale(1, 0.6);
context.beginPath();
context.arc(0, 0, 6, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(365.5, 342);
context.scale(1, 0.8);
context.beginPath();
context.arc(0, 0, 6, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(389, 336);
context.scale(0.5, 1);
context.beginPath();
context.arc(0, 0, 9, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(378.5, 358);
context.scale(1, 0.5714285714285714);
context.beginPath();
context.arc(0, 0, 8, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(403.5, 357.5);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 7, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(408, 329.5);
context.scale(0.4, 1);
context.beginPath();
context.arc(0, 0, 5, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(387.5, 293.5);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 7, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(372.5, 258);
context.scale(0.5, 1);
context.beginPath();
context.arc(0, 0, 7, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(363.5, 229);
context.scale(0.5, 1);
context.beginPath();
context.arc(0, 0, 7, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(340, 174.5);
context.scale(0.6666666666666666, 1);
context.beginPath();
context.arc(0, 0, 11, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(319.5, 125.5);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 7, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(275.5, 102);
context.scale(0.875, 1);
context.beginPath();
context.arc(0, 0, 11, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(301.5, 104);
context.scale(0.5, 1);
context.beginPath();
context.arc(0, 0, 7, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(305, 209.5);
context.scale(1, 0.625);
context.beginPath();
context.arc(0, 0, 9, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(312, 246);
context.scale(1, 0.3333333333333333);
context.beginPath();
context.arc(0, 0, 13, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(338.5, 269);
context.scale(0.625, 1);
context.beginPath();
context.arc(0, 0, 9, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(272.5, 258);
context.scale(0.8333333333333334, 1);
context.beginPath();
context.arc(0, 0, 8, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(249, 293);
context.scale(0.5, 1);
context.beginPath();
context.arc(0, 0, 9, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(217, 255);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 3, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(272, 164.5);
context.scale(0.5714285714285714, 1);
context.beginPath();
context.arc(0, 0, 8, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(236, 176);
context.scale(0.5, 1);
context.beginPath();
context.arc(0, 0, 9, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(329.5, 148.5);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 7, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(251.5, 125.5);
context.scale(0.6, 1);
context.beginPath();
context.arc(0, 0, 6, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(257.5, 221.5);
context.scale(0.7142857142857143, 1);
context.beginPath();
context.arc(0, 0, 9, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(222.5, 360);
context.scale(0.5, 1);
context.beginPath();
context.arc(0, 0, 11, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#8754FF';
context.save();
context.translate(178.5, 358.5);
context.scale(0.7777777777777778, 1);
context.beginPath();
context.arc(0, 0, 11, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();
</script>
</body>
</html>