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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(243, 264);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(352, 104);
context.stroke();

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(288, 66);

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

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

context.lineTo(273, 69);
context.stroke();

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

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

context.lineTo(221, 81);
context.stroke();

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

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

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

context.lineTo(132, 94);
context.stroke();

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.strokeRect(79, 105, 328, 282);
</script>
</body>
</html>