<!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(261, 154);

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

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

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

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

context.lineTo(322, 116);
context.stroke();

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

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

context.lineTo(342, 103);
context.stroke();

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

context.lineTo(361, 92);
context.stroke();

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

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

context.lineTo(376, 82);
context.stroke();

context.lineTo(375, 82);
context.stroke();

context.lineTo(363, 82);
context.stroke();

context.lineTo(332, 82);
context.stroke();

context.lineTo(294, 82);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(160, 286);
context.stroke();
</script>
</body>
</html>