<!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(138, 101);

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(383, 90);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(131, 114);

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

context.lineTo(136, 119);
context.stroke();

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

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

context.lineTo(159, 142);
context.stroke();

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

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

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

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

context.lineTo(203, 172);
context.stroke();

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

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

context.lineTo(209, 176);
context.stroke();

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

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

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

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

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

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

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

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

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

context.lineTo(209, 142);
context.stroke();

context.lineTo(206, 131);
context.stroke();

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

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

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

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

context.lineTo(206, 90);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(236, 50);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineWidth = 12;

context.lineWidth = 10;

context.lineWidth = 9;

context.lineWidth = 8;

context.lineWidth = 6;

context.lineWidth = 5;

context.lineWidth = 4;

context.lineWidth = 3;

context.lineWidth = 2;

context.lineWidth = 1;

context.lineWidth = 2;

context.lineWidth = 3;

context.lineWidth = 4;

context.lineWidth = 6;

context.lineWidth = 5;

context.lineWidth = 4;
</script>
</body>
</html>