<!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(223, 65);

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(205, 98);

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(290, 101);

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(401, 108);

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

context.lineTo(392, 126);
context.stroke();

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

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

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

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

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

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

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

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

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

context.lineTo(283, 128);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(422, 159);
context.stroke();
</script>
</body>
</html>