<!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(246, 288);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(183, 143);
context.stroke();

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

context.lineTo(193, 116);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(299, 94);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(339, 282);
context.stroke();

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

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

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

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

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

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

context.lineTo(294, 329);
context.stroke();

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

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

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

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

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

context.lineTo(243, 327);
context.stroke();
</script>
</body>
</html>