<!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(260, 97);

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

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

context.lineTo(327, 140);
context.stroke();

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

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

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

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

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

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

context.lineTo(341, 153);
context.stroke();

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

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

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

context.lineTo(365, 162);
context.stroke();

context.lineTo(370, 162);
context.stroke();

context.lineTo(377, 162);
context.stroke();

context.lineTo(383, 162);
context.stroke();

context.lineTo(387, 162);
context.stroke();

context.lineTo(390, 162);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(371, 157);
context.stroke();
</script>
</body>
</html>