<!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.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 11;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(256, 72);

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

context.lineTo(253, 76);
context.stroke();

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

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

context.lineTo(253, 88);
context.stroke();

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

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

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

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

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

context.lineTo(254, 126);
context.stroke();

context.lineTo(256, 130);
context.stroke();

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

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

context.lineTo(264, 145);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(302, 151);
context.stroke();

context.lineTo(305, 148);
context.stroke();

context.lineTo(307, 145);
context.stroke();

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

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

context.lineTo(312, 133);
context.stroke();

context.lineTo(313, 130);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(312, 101);
context.stroke();

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

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

context.lineTo(310, 94);
context.stroke();

context.lineTo(310, 93);
context.stroke();

context.lineTo(310, 93);
context.stroke();
</script>
</body>
</html>