<!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(327, 241);

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(457, 130);

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

context.lineTo(460, 127);
context.stroke();

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

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

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

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

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

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

context.lineTo(461, 102);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(496, 202);
context.stroke();

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

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

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

context.lineTo(502, 197);
context.stroke();
</script>
</body>
</html>