<!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(54, 62, 253, 164);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(84, 109);

context.lineTo(84, 109);
context.stroke();

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

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

context.lineTo(97, 115);
context.stroke();

context.lineTo(115, 126);
context.stroke();

context.lineTo(139, 135);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(205, 96);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(245, 128);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(217, 117);
context.stroke();
</script>
</body>
</html>