<!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(92, 194);

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(161, 100);

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

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

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

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

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

context.lineTo(239, 100);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(413, 271);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(245, 347);
context.stroke();
</script>
</body>
</html>