<!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(198, 65);

context.lineTo(198, 65);
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 = 7;

context.lineWidth = 6;

context.lineWidth = 5;

context.lineWidth = 4;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(168, 59);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(89, 66);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(60, 44);

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(250, 74);

context.lineTo(246, 79);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(169, 60);

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(214, 226);
context.stroke();
</script>
</body>
</html>