<!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(106, 63, 425, 332);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(218, 86);

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

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

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

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

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

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

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

context.lineTo(383, 406);
context.stroke();

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

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

context.lineTo(406, 406);
context.stroke();

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

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

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

context.lineTo(461, 246);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(416, 115);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(195, 186);
context.stroke();
</script>
</body>
</html>