<!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(224, 200);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(228, 154);

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

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

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

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

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

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

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

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

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

context.lineTo(362, 207);
context.stroke();

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

context.lineTo(382, 216);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(344, 299);
context.stroke();

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

context.lineTo(320, 299);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(292, 182);

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

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 10;

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