<!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(157, 146);

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

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

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

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

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

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

context.lineTo(423, 79);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(504, 112);
context.stroke();

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(296, 215);

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(306, 194);
context.stroke();

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(293, 158);

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

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

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

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

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

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

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

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

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

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

context.lineTo(262, 195);
context.stroke();
</script>
</body>
</html>