<!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 = 4;

context.lineWidth = 3;

context.lineWidth = 2;

context.lineWidth = 3;

context.lineWidth = 4;

context.lineWidth = 5;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(78, 105);

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

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

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

context.lineTo(86, 110);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(165, 136);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(289, 137);
context.stroke();
</script>
</body>
</html>