<!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.strokeRect(105, 50, 227, 89);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(183, 91);

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

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

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

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

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

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

context.lineTo(236, 169);
context.stroke();

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

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

context.lineTo(253, 192);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(374, 148);
context.stroke();

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

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

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

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

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

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

context.lineTo(397, 173);
context.stroke();

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

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

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

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

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

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

context.lineTo(401, 183);
context.stroke();
</script>
</body>
</html>