<!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(143, 187);

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

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

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

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

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

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

context.lineTo(295, 290);
context.stroke();

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

context.lineTo(400, 283);
context.stroke();

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

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

context.lineTo(450, 218);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(364, 175);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(340, 236);
context.stroke();
</script>
</body>
</html>