<!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(316, 141);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(351, 269);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(350, 151);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(307, 141);
context.stroke();
</script>
</body>
</html>