<!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(260, 138);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(267, 273);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(315, 253);

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(369, 145);
context.stroke();

context.lineTo(369, 144);
context.stroke();

context.lineTo(369, 144);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(429, 242);

context.lineTo(427, 247);
context.stroke();

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

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

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

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

context.lineTo(363, 311);
context.stroke();

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(160, 335);

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(158, 176);
context.stroke();
</script>
</body>
</html>