<!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(263, 87);

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(262, 88);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(262, 88);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(192, 135);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(321, 122);
context.stroke();

context.lineTo(317, 120);
context.stroke();

context.lineTo(306, 118);
context.stroke();

context.lineTo(299, 115);
context.stroke();

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

context.lineTo(258, 117);
context.stroke();

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

context.lineTo(231, 128);
context.stroke();

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

context.lineTo(199, 170);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(231, 224);
context.stroke();

context.lineTo(243, 225);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(245, 175);
context.stroke();
</script>
</body>
</html>