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

context.lineWidth = 14;

context.lineWidth = 12;

context.lineWidth = 9;

context.lineWidth = 8;

context.lineWidth = 7;

context.lineWidth = 6;

context.lineWidth = 5;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(210, 427);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(267, 388);
context.stroke();

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

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

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

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

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

context.lineTo(325, 382);
context.stroke();

context.lineTo(335, 382);
context.stroke();

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

context.lineTo(357, 389);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(390, 417);
context.stroke();

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

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

context.lineTo(395, 423);
context.stroke();
</script>
</body>
</html>