<!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(211, 191);

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(217, 166);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(134, 163);

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

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

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

context.lineTo(142, 163);
context.stroke();

context.lineTo(146, 162);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(225, 142);
context.stroke();

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(138, 211);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(230, 208);
context.stroke();

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

context.lineTo(239, 204);
context.stroke();

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

context.lineTo(257, 196);
context.stroke();

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

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

context.lineTo(283, 181);
context.stroke();

context.lineTo(290, 176);
context.stroke();

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

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

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

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

context.lineTo(301, 164);
context.stroke();

context.lineTo(301, 163);
context.stroke();

context.lineTo(301, 163);
context.stroke();
</script>
</body>
</html>