<!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(379, 73);

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

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

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

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

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

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

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

context.lineTo(429, 120);
context.stroke();

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

context.lineTo(440, 133);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(468, 235);
context.stroke();

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

context.lineTo(464, 239);
context.stroke();

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

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

context.lineTo(429, 256);
context.stroke();

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

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

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

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

context.lineTo(446, 278);
context.stroke();

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

context.lineTo(497, 287);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(571, 292);
context.stroke();
</script>
</body>
</html>