<!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(57, 46);

context.lineTo(58, 46);
context.stroke();

context.lineTo(59, 47);
context.stroke();

context.lineTo(75, 60);
context.stroke();

context.lineTo(87, 68);
context.stroke();

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

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

context.lineTo(166, 101);
context.stroke();

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(246, 118);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(130, 170);

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

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

context.lineTo(133, 173);
context.stroke();

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

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

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

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

context.lineTo(220, 220);
context.stroke();

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(336, 221);

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

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

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

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

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

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

context.lineTo(302, 157);
context.stroke();

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(414, 92);

context.lineTo(450, 85);
context.stroke();

context.lineTo(477, 76);
context.stroke();

context.lineTo(477, 76);
context.stroke();

context.lineTo(477, 76);
context.stroke();
</script>
</body>
</html>