<!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(244, 213);

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

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

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

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

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

context.lineTo(237, 129);
context.stroke();

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

context.lineTo(237, 114);
context.stroke();

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

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

context.lineTo(241, 96);
context.stroke();

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

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

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

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

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

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

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

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

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

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

context.lineTo(296, 97);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(248, 206);
context.stroke();
</script>
</body>
</html>