<!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, 112, 277, 330);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(186, 211);

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(307, 350);
context.stroke();

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

context.lineTo(307, 357);
context.stroke();

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

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

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

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

context.lineTo(285, 371);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(287, 303);
context.stroke();

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

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

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

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

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

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

context.lineTo(291, 255);
context.stroke();

context.lineTo(291, 255);
context.stroke();

context.lineTo(291, 255);
context.stroke();
</script>
</body>
</html>