<!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(165, 59);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(218, 105);
context.stroke();

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

context.lineTo(205, 131);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(268, 196);
context.stroke();

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

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

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

context.lineTo(204, 230);
context.stroke();

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(82, 152);

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

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

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