<!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(56, 85);

context.lineTo(56, 85);
context.stroke();

context.lineTo(56, 86);
context.stroke();

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

context.lineTo(59, 87);
context.stroke();

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

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

context.lineTo(82, 104);
context.stroke();

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

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

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

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

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

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

context.lineTo(127, 146);
context.stroke();

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

context.lineTo(141, 165);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(315, 333);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

context.lineWidth = 4;

context.lineWidth = 3;

context.lineWidth = 4;

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 11;

context.lineWidth = 12;

context.lineWidth = 11;

context.lineWidth = 10;

context.lineWidth = 9;

context.lineWidth = 8;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 11;

context.lineWidth = 12;

context.lineWidth = 13;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(303, 91);

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

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

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

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

context.lineTo(352, 120);
context.stroke();

context.lineTo(368, 128);
context.stroke();

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

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

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

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

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

context.lineTo(400, 145);
context.stroke();
</script>
</body>
</html>