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

context.lineTo(273, 240);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(396, 111);
context.stroke();

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

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

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

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

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

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

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

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

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

context.lineTo(468, 234);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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