<!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(201, 93);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(421, 136);
context.stroke();

context.lineTo(426, 123);
context.stroke();

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

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

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

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

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

context.lineTo(371, 107);
context.stroke();

context.lineTo(357, 107);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(326, 165);
context.stroke();
</script>
</body>
</html>