<!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(200, 118);
context.lineTo(320, 119);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(203, 121);
context.lineTo(202, 220);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(320, 123);
context.lineTo(203, 219);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(322, 122);
context.lineTo(322, 120);
context.stroke();
context.closePath();

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 11;

context.lineWidth = 10;

context.lineWidth = 9;

context.lineWidth = 7;

context.lineWidth = 6;

context.lineWidth = 5;

context.lineWidth = 4;

context.lineWidth = 3;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(324, 121);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(322, 121);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(321, 123);

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

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

context.lineTo(321, 120);
context.stroke();

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

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

context.lineTo(322, 120);
context.stroke();

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(207, 215);

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(202, 219);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(200, 222);

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

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

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

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

context.lineTo(207, 217);
context.stroke();
</script>
</body>
</html>