<!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(87, 86);

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

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

context.lineTo(82, 130);
context.stroke();

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(88, 87);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(85, 159);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(477, 183);
context.stroke();
</script>
</body>
</html>