<!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(219, 57);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(415, 162);
context.stroke();

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

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

context.lineTo(432, 117);
context.stroke();

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

context.lineTo(398, 86);
context.stroke();

context.lineTo(384, 81);
context.stroke();

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

context.lineTo(284, 135);
context.stroke();
</script>
</body>
</html>