<!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(109, 180);

context.lineTo(109, 178);
context.stroke();

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

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

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

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

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

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

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

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

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

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

context.lineTo(229, 113);
context.stroke();

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

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

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

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

context.lineTo(287, 139);
context.stroke();

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

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

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

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

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

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

context.lineTo(319, 247);
context.stroke();

context.lineTo(319, 261);
context.stroke();

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

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

context.lineTo(314, 279);
context.stroke();

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

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

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

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

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

context.lineTo(269, 283);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(171, 251);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(116, 198);
context.stroke();

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

context.lineTo(113, 189);
context.stroke();

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

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

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

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

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

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

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

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

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

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 = 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 = 8;

context.lineWidth = 6;

context.lineWidth = 3;

context.lineWidth = 2;

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