<!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(247, 70);

context.lineTo(247, 70);
context.stroke();

context.lineTo(247, 70);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(168, 99);

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

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

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

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

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

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

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

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

context.lineTo(191, 116);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(261, 115);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(292, 96);
context.stroke();
</script>
</body>
</html>