<!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(88, 123);

context.lineTo(89, 122);
context.stroke();

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

context.lineTo(98, 117);
context.stroke();

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

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

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

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

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

context.lineTo(216, 117);
context.stroke();

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

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

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

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

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

context.lineTo(178, 201);
context.stroke();

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

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

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

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

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

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

context.lineTo(292, 275);
context.stroke();

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(441, 298);

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

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

context.lineTo(448, 275);
context.stroke();

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

context.lineTo(448, 237);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(412, 190);
context.stroke();

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

context.lineTo(388, 218);
context.stroke();

context.lineTo(371, 230);
context.stroke();

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

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

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

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

context.strokeStyle = '#000000';
context.strokeRect(153, 39, 348, 338);
</script>
</body>
</html>