<!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 = 11;

context.lineWidth = 9;

context.lineWidth = 8;

context.lineWidth = 6;

context.lineWidth = 5;

context.lineWidth = 4;

context.lineWidth = 3;

context.lineWidth = 2;

context.lineWidth = 3;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(317, 147);

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

context.lineTo(304, 155);
context.stroke();

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

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

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

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

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

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

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

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

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

context.lineTo(358, 253);
context.stroke();

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

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

context.lineTo(364, 258);
context.stroke();

context.lineTo(365, 259);
context.stroke();

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

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

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

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

context.lineTo(458, 299);
context.stroke();

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

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

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

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

context.lineTo(482, 301);
context.stroke();
</script>
</body>
</html>