<!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(60, 182);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(282, 158);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(367, 265);

context.lineTo(367, 265);
context.stroke();

context.lineTo(379, 265);
context.stroke();

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

context.lineTo(410, 263);
context.stroke();

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

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

context.lineTo(457, 256);
context.stroke();

context.lineTo(466, 256);
context.stroke();

context.lineTo(472, 256);
context.stroke();

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

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

context.lineTo(477, 256);
context.stroke();

context.lineTo(477, 256);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(488, 173);

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

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

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

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

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

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

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

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

context.lineTo(488, 258);
context.stroke();
</script>
</body>
</html>