<!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(26, 115, 539, 254);

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(174, 150);

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(354, 251);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(247, 260);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(79, 121);
context.lineTo(79, 187);
context.stroke();
context.closePath();
</script>
</body>
</html>