<!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(150, 85);

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(131, 89);

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

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

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

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

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

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

context.lineTo(175, 77);
context.stroke();

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

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

context.lineTo(188, 78);
context.stroke();

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

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

context.lineTo(193, 83);
context.stroke();

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

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

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

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

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

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

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

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

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

context.lineTo(185, 153);
context.stroke();

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

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

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

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

context.lineTo(185, 194);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(226, 246);
context.stroke();

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

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

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

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

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

context.lineTo(327, 203);
context.stroke();

context.lineTo(341, 194);
context.stroke();

context.lineTo(346, 190);
context.stroke();

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

context.lineTo(347, 187);
context.stroke();
</script>
</body>
</html>