<!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(262, 77);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(241, 181);
context.stroke();

context.lineTo(244, 181);
context.stroke();

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

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

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

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

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

context.lineTo(270, 169);
context.stroke();

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

context.lineTo(274, 166);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(282, 136);
context.stroke();
</script>
</body>
</html>