<!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(343, 114);

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

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

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

context.lineTo(306, 139);
context.stroke();

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

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

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

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

context.lineTo(193, 254);
context.stroke();

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

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

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

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

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

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

context.lineTo(296, 325);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(489, 411);
context.stroke();

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

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

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

context.lineTo(300, 434);
context.stroke();

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

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

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

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

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

context.lineTo(517, 223);
context.stroke();

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

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

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

context.lineTo(518, 202);
context.stroke();

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

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

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

context.lineTo(415, 208);
context.stroke();
</script>
</body>
</html>