<!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(351, 139);

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

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

context.lineTo(332, 156);
context.stroke();

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

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

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

context.lineTo(301, 171);
context.stroke();

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

context.lineTo(281, 183);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(184, 224);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(400, 244);

context.lineTo(400, 244);
context.stroke();
</script>
</body>
</html>