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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(126, 195);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(130, 73);
context.stroke();
</script>
</body>
</html>