<!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(14, 25);

context.lineTo(14, 25);
context.stroke();

context.lineTo(14, 25);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(63, 27);

context.lineTo(63, 27);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(133, 31);

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(280, 41);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(362, 51);

context.lineTo(362, 51);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(16, 58);

context.lineTo(16, 58);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(119, 58);

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(285, 75);

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(363, 77);

context.lineTo(364, 77);
context.stroke();

context.lineTo(365, 77);
context.stroke();

context.lineTo(368, 77);
context.stroke();

context.lineTo(368, 77);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(474, 83);

context.lineTo(476, 83);
context.stroke();

context.lineTo(481, 83);
context.stroke();

context.lineTo(481, 83);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(533, 83);

context.lineTo(534, 83);
context.stroke();

context.lineTo(534, 83);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(137, 153);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(137, 153);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(137, 153);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(137, 153);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(137, 153);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(245, 145);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(245, 145);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(304, 143);

context.lineTo(304, 143);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(335, 141);

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

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

context.lineTo(344, 140);
context.stroke();

context.lineTo(347, 140);
context.stroke();

context.lineTo(350, 140);
context.stroke();

context.lineTo(355, 140);
context.stroke();

context.lineTo(355, 140);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(397, 141);

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(440, 140);

context.lineTo(441, 140);
context.stroke();

context.lineTo(443, 140);
context.stroke();

context.lineTo(445, 139);
context.stroke();

context.lineTo(446, 139);
context.stroke();

context.lineTo(446, 139);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(462, 136);

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(505, 137);

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(522, 135);

context.lineTo(524, 135);
context.stroke();

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(552, 124);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(552, 124);

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

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

context.lineTo(553, 123);
context.stroke();
</script>
</body>
</html>