<!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(387, 168);

context.lineTo(379, 171);
context.stroke();

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

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

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

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

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

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

context.lineTo(268, 145);
context.stroke();

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

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

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

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

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

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

context.lineTo(268, 78);
context.stroke();

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

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

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

context.lineTo(392, 91);
context.stroke();

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

context.lineTo(412, 104);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(205, 189);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(257, 86);
context.stroke();
</script>
</body>
</html>