<!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(85, 109);

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

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

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

context.lineTo(142, 91);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(198, 141);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(322, 142);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(267, 221);
context.stroke();
</script>
</body>
</html>