<!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(44, 81);

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

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

context.lineTo(57, 92);
context.stroke();

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

context.lineTo(70, 107);
context.stroke();

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

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

context.lineTo(106, 151);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(289, 292);
context.stroke();

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(382, 139);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(564, 81);
context.stroke();

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

context.lineTo(452, 43);
context.stroke();

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

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

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

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

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

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

context.lineTo(226, 250);
context.stroke();

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

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

context.lineTo(288, 272);
context.stroke();

context.lineTo(310, 260);
context.stroke();

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

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

context.lineTo(328, 211);
context.stroke();

context.lineTo(328, 211);
context.stroke();

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 9;

context.lineWidth = 8;

context.lineWidth = 6;

context.lineWidth = 4;

context.lineWidth = 3;

context.lineWidth = 1;

context.lineWidth = 2;

context.lineWidth = 3;

context.lineWidth = 5;

context.lineWidth = 7;

context.lineWidth = 9;

context.lineWidth = 11;

context.lineWidth = 12;

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