<!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(96, 76);

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

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

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

context.lineTo(121, 99);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(365, 108);

context.lineTo(365, 108);
context.stroke();

context.lineWidth = 4;

context.lineWidth = 3;

context.lineWidth = 2;

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