<!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(143, 94);

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

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

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

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

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

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

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

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

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

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

context.lineTo(80, 102);
context.stroke();

context.lineTo(71, 109);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 11;

context.lineWidth = 13;

context.lineWidth = 12;

context.lineWidth = 11;

context.lineWidth = 10;

context.lineWidth = 9;

context.lineWidth = 8;

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