<!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.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 11;

context.lineWidth = 12;

context.lineWidth = 13;

context.lineWidth = 14;

context.strokeStyle = '#2908FF';
context.beginPath();
context.moveTo(105, 300);
context.lineTo(294, 300);
context.stroke();
context.closePath();

context.lineWidth = 13;

context.lineWidth = 12;

context.lineWidth = 11;

context.lineWidth = 10;

context.lineWidth = 9;

context.lineWidth = 8;

context.strokeStyle = '#2908FF';
context.beginPath();
context.moveTo(148, 487);
context.lineTo(251, 487);
context.stroke();
context.closePath();

context.strokeStyle = '#2908FF';
context.beginPath();
context.moveTo(248, 488);
context.lineTo(292, 300);
context.stroke();
context.closePath();

context.strokeStyle = '#2908FF';
context.beginPath();
context.moveTo(227, 486);
context.lineTo(266, 299);
context.stroke();
context.closePath();

context.strokeStyle = '#2908FF';
context.beginPath();
context.moveTo(149, 487);
context.lineTo(109, 300);
context.stroke();
context.closePath();

context.strokeStyle = '#2908FF';
context.beginPath();
context.moveTo(133, 302);
context.lineTo(162, 486);
context.stroke();
context.closePath();

context.strokeStyle = '#2908FF';
context.beginPath();
context.moveTo(170, 304);
context.lineTo(179, 485);
context.stroke();
context.closePath();

context.strokeStyle = '#2908FF';
context.beginPath();
context.moveTo(242, 306);
context.lineTo(213, 485);
context.stroke();
context.closePath();

context.strokeStyle = '#2908FF';
context.beginPath();
context.moveTo(195, 486);
context.lineTo(203, 299);
context.stroke();
context.closePath();

context.strokeStyle = '#2908FF';
context.beginPath();
context.moveTo(116, 327);
context.lineTo(284, 327);
context.stroke();
context.closePath();

context.strokeStyle = '#2908FF';
context.beginPath();
context.moveTo(121, 351);
context.lineTo(281, 353);
context.stroke();
context.closePath();

context.strokeStyle = '#2908FF';
context.beginPath();
context.moveTo(127, 379);
context.lineTo(273, 382);
context.stroke();
context.closePath();

context.strokeStyle = '#2908FF';
context.beginPath();
context.moveTo(132, 413);
context.lineTo(264, 416);
context.stroke();
context.closePath();

context.strokeStyle = '#2908FF';
context.beginPath();
context.moveTo(142, 447);
context.lineTo(259, 448);
context.stroke();
context.closePath();

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 11;

context.lineWidth = 12;

context.lineWidth = 13;

context.lineWidth = 14;

context.strokeStyle = '#1CFF33';
context.strokeRect(190, 194, 55, 13);

context.strokeStyle = '#1CFF33';
context.strokeRect(185, 191, 72, 28);

context.strokeStyle = '#E4FF5C';
context.save();
context.translate(218.5, 199.5);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 7, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.lineWidth = 13;

context.lineWidth = 12;

context.lineWidth = 11;

context.lineWidth = 10;

context.lineWidth = 9;

context.lineWidth = 8;

context.strokeStyle = '#9C90E8';
context.beginPath();
context.moveTo(269, 126);
context.lineTo(576, 121);
context.stroke();
context.closePath();

context.strokeStyle = '#9C90E8';
context.beginPath();
context.moveTo(272, 127);
context.lineTo(430, 180);
context.stroke();
context.closePath();

context.strokeStyle = '#9C90E8';
context.beginPath();
context.moveTo(576, 122);
context.lineTo(593, 262);
context.stroke();
context.closePath();

context.strokeStyle = '#9C90E8';
context.beginPath();
context.moveTo(427, 178);
context.lineTo(450, 309);
context.stroke();
context.closePath();

context.strokeStyle = '#9C90E8';
context.beginPath();
context.moveTo(450, 309);
context.lineTo(598, 265);
context.stroke();
context.closePath();

context.strokeStyle = '#9C90E8';
context.beginPath();
context.moveTo(450, 320);
context.lineTo(599, 306);
context.stroke();
context.closePath();

context.strokeStyle = '#9C90E8';
context.beginPath();
context.moveTo(453, 323);
context.lineTo(397, 495);
context.stroke();
context.closePath();

context.strokeStyle = '#9C90E8';
context.beginPath();
context.moveTo(395, 495);
context.lineTo(509, 367);
context.stroke();
context.closePath();

context.strokeStyle = '#9C90E8';
context.beginPath();
context.moveTo(509, 368);
context.lineTo(530, 494);
context.stroke();
context.closePath();

context.strokeStyle = '#9C90E8';
context.beginPath();
context.moveTo(528, 492);
context.lineTo(598, 306);
context.stroke();
context.closePath();

context.strokeStyle = '#9C90E8';
context.save();
context.translate(486, 72.5);
context.scale(1, 0.9705882352941176);
context.beginPath();
context.arc(0, 0, 47, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();
</script>
</body>
</html>