<!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(187, 85);

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

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

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

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

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

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

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

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

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

context.lineTo(278, 204);
context.stroke();

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(323, 236);

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

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

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

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

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

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

context.lineTo(373, 152);
context.stroke();

context.lineTo(381, 140);
context.stroke();

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

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

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

context.lineTo(396, 108);
context.stroke();

context.lineTo(398, 105);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.strokeRect(100, 32, 382, 309);
</script>
</body>
</html>