<!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(248, 212);

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(378, 196);
context.stroke();

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

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

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

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

context.lineTo(408, 169);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(433, 137);
context.stroke();

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

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

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

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

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

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

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

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

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

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

context.lineTo(444, 122);
context.stroke();

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

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

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

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

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

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

context.lineTo(454, 102);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(458, 91);
context.stroke();
</script>
</body>
</html>