<!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(374, 116);

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(229, 158);

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

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

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

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

context.lineTo(272, 240);
context.stroke();

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

context.lineTo(293, 280);
context.stroke();

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

context.lineTo(308, 293);
context.stroke();

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

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

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

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

context.lineTo(431, 212);
context.stroke();

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

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

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

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

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

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

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

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

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

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

context.lineTo(229, 221);
context.stroke();

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

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

context.lineTo(237, 258);
context.stroke();

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

context.lineTo(252, 265);
context.stroke();

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

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

context.lineTo(326, 261);
context.stroke();

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

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

context.lineTo(349, 238);
context.stroke();

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

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

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

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

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

context.lineTo(308, 234);
context.stroke();
</script>
</body>
</html>