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

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

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

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

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

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

context.lineTo(69, 161);
context.stroke();

context.lineTo(69, 164);
context.stroke();

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

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

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

context.lineTo(73, 179);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(69, 212);
context.stroke();

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

context.lineTo(69, 214);
context.stroke();

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

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

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

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

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

context.lineTo(71, 222);
context.stroke();
</script>
</body>
</html>