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

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

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

context.lineTo(275, 104);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(232, 127);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(322, 204);
context.stroke();
</script>
</body>
</html>