<!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(197, 277);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(307, 212);
context.stroke();

context.lineTo(309, 216);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(422, 65);
context.stroke();

context.lineTo(424, 63);
context.stroke();

context.lineTo(425, 64);
context.stroke();

context.lineTo(428, 70);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(465, 219);
context.stroke();
</script>
</body>
</html>