<!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.strokeStyle = '#000000';
context.beginPath();
context.moveTo(133, 228);

context.lineTo(144, 228);
context.stroke();

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

context.lineTo(167, 229);
context.stroke();

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

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

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

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

context.lineTo(264, 232);
context.stroke();

context.lineTo(272, 232);
context.stroke();

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

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

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

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

context.strokeStyle = '#3DB1FF';
context.beginPath();
context.moveTo(300, 196);

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

context.lineTo(301, 197);
context.stroke();

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

context.lineTo(315, 207);
context.stroke();

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

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

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

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

context.lineTo(375, 273);
context.stroke();

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

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

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

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

context.strokeStyle = '#3DB1FF';
context.beginPath();
context.moveTo(398, 145);

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

context.lineTo(399, 158);
context.stroke();

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

context.lineTo(403, 222);
context.stroke();

context.lineTo(404, 266);
context.stroke();

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

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

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

context.lineTo(340, 418);
context.stroke();

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

context.lineTo(252, 429);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(384, 141);
context.stroke();
</script>
</body>
</html>