<!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(341, 162);

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

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

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

context.lineTo(315, 113);
context.stroke();

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

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

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

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

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

context.lineTo(230, 131);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(188, 320);
context.stroke();

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

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

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

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

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

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

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

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

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

context.lineTo(478, 353);
context.stroke();
</script>
</body>
</html>