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

context.lineWidth = 9;

context.lineWidth = 8;

context.lineWidth = 7;

context.lineWidth = 6;

context.lineWidth = 5;

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(306, 212);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(114, 145);
context.stroke();

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

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

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

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

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

context.lineTo(365, 73);
context.stroke();
</script>
</body>
</html>