<!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(125, 58);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(439, 184);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(315, 185);

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

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

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

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

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

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

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

context.lineTo(356, 202);
context.stroke();

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

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

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

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

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

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

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

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

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

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

context.lineTo(366, 256);
context.stroke();

context.lineTo(366, 256);
context.stroke();
</script>
</body>
</html>