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

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

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

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

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

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

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

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

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

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

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

context.lineTo(153, 168);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(314, 111);
context.stroke();

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

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

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

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

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

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

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

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

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

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

context.lineTo(292, 88);
context.stroke();
</script>
</body>
</html>