<!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(109, 95, 276, 51);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(245, 67);

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

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

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

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

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

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

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

context.lineTo(78, 131);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(171, 262);
context.stroke();

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

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

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

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

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

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

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

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

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

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

context.lineTo(301, 318);
context.stroke();

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

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

context.lineTo(254, 337);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(353, 143);
context.stroke();
</script>
</body>
</html>