<!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, 44);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(268, 260);

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

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

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

context.lineTo(277, 260);
context.stroke();

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

context.lineTo(285, 260);
context.stroke();

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

context.lineTo(293, 260);
context.stroke();

context.lineTo(298, 260);
context.stroke();

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

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

context.lineTo(308, 260);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(318, 257);
context.stroke();
</script>
</body>
</html>