<!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(152, 105);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(151, 163);
context.lineTo(357, 157);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(353, 162);
context.lineTo(363, 334);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(152, 162);
context.lineTo(129, 342);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(357, 334);
context.lineTo(125, 339);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(449, 206);
context.lineTo(457, 150);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.strokeRect(77, 54, 75, 100);

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 8;

context.lineWidth = 7;

context.lineWidth = 6;

context.lineWidth = 5;

context.lineWidth = 4;

context.lineWidth = 3;

context.lineWidth = 2;

context.lineWidth = 1;

context.lineWidth = 2;

context.lineWidth = 3;

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 8;

context.lineWidth = 7;

context.lineWidth = 6;

context.lineWidth = 5;

context.lineWidth = 4;

context.lineWidth = 5;

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 7;

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 7;

context.lineWidth = 6;

context.lineWidth = 4;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(297, 72);
context.lineTo(318, 119);
context.stroke();
context.closePath();
</script>
</body>
</html>