<!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(220, 144);

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(338, 178);

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

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

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

context.lineTo(314, 192);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(114, 279);
context.stroke();

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(421, 132);

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

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

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

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

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

context.lineTo(443, 191);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(485, 276);
context.stroke();

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

context.lineTo(488, 279);
context.stroke();

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

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

context.lineTo(498, 286);
context.stroke();

context.lineTo(498, 286);
context.stroke();
</script>
</body>
</html>