<!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(51, 237);

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(126, 138);
context.stroke();

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

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

context.lineTo(133, 129);
context.stroke();

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

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

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

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

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

context.lineTo(161, 123);
context.stroke();

context.lineTo(177, 124);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(360, 246);
context.stroke();

context.lineTo(371, 246);
context.stroke();

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

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

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

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

context.lineTo(431, 234);
context.stroke();

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

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

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

context.lineTo(483, 186);
context.stroke();

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

context.lineTo(503, 162);
context.stroke();

context.lineTo(511, 152);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(561, 88);
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 = 12;

context.lineWidth = 11;

context.lineWidth = 10;

context.lineWidth = 9;

context.lineWidth = 7;

context.lineWidth = 5;

context.lineWidth = 4;

context.lineWidth = 3;

context.lineWidth = 4;

context.lineWidth = 5;

context.lineWidth = 6;

context.lineWidth = 7;

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