<!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(381, 77);

context.lineTo(380, 77);
context.stroke();

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

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

context.lineTo(375, 80);
context.stroke();

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

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

context.lineTo(357, 101);
context.stroke();

context.lineTo(354, 115);
context.stroke();

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

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

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

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

context.lineTo(404, 201);
context.stroke();

context.lineTo(418, 201);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(462, 101);
context.stroke();

context.lineTo(458, 99);
context.stroke();

context.lineTo(452, 96);
context.stroke();

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

context.lineTo(441, 93);
context.stroke();

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

context.lineTo(414, 93);
context.stroke();

context.lineTo(401, 93);
context.stroke();

context.lineTo(390, 93);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(370, 69);
context.stroke();

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

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

context.lineTo(370, 65);
context.stroke();
</script>
</body>
</html>