<!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(230, 99);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(340, 154);

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(439, 72);

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

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

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

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

context.lineTo(460, 80);
context.stroke();

context.lineTo(460, 80);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(442, 108);

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(463, 107);

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

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

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

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

context.lineTo(437, 137);
context.stroke();

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

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

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

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

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

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

context.lineTo(469, 144);
context.stroke();

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

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

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

context.lineTo(482, 129);
context.stroke();

context.lineTo(480, 124);
context.stroke();

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

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

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

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

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

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

context.lineTo(423, 107);
context.stroke();

context.lineTo(423, 107);
context.stroke();

context.strokeStyle = '#000000';
context.strokeRect(110, 79, 144, 136);

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 11;

context.lineWidth = 10;

context.lineWidth = 9;

context.lineWidth = 8;

context.lineWidth = 6;

context.lineWidth = 5;

context.lineWidth = 4;

context.lineWidth = 3;

context.lineWidth = 2;

context.lineWidth = 3;

context.lineWidth = 4;

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 11;

context.lineWidth = 12;

context.lineWidth = 13;

context.lineWidth = 12;

context.lineWidth = 11;

context.lineWidth = 10;
</script>
</body>
</html>