<!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(65, 46);

context.lineTo(64, 46);
context.stroke();

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

context.lineTo(64, 43);
context.stroke();

context.lineTo(64, 42);
context.stroke();

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

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

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

context.lineTo(93, 48);
context.stroke();

context.lineTo(96, 52);
context.stroke();

context.lineTo(96, 59);
context.stroke();

context.lineTo(96, 66);
context.stroke();

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

context.lineTo(87, 79);
context.stroke();

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

context.lineTo(84, 88);
context.stroke();

context.lineTo(84, 92);
context.stroke();

context.lineTo(84, 96);
context.stroke();

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

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

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

context.lineTo(103, 108);
context.stroke();

context.lineTo(116, 110);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(259, 71);

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

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

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

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

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

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

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

context.lineTo(305, 94);
context.stroke();

context.lineTo(307, 96);
context.stroke();

context.lineTo(307, 97);
context.stroke();

context.lineTo(307, 97);
context.stroke();
</script>
</body>
</html>