<!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(348, 91);

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

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

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

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

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

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

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

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

context.lineTo(297, 142);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(313, 219);
context.stroke();

context.lineTo(317, 219);
context.stroke();

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

context.lineTo(328, 219);
context.stroke();

context.lineTo(336, 219);
context.stroke();

context.lineTo(341, 219);
context.stroke();

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

context.lineTo(353, 219);
context.stroke();

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

context.lineTo(364, 216);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(395, 203);
context.stroke();

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

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

context.lineTo(397, 202);
context.stroke();
</script>
</body>
</html>