<!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.strokeStyle = '#000000';
context.beginPath();
context.moveTo(54, 36);

context.lineTo(54, 36);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(295, 59);

context.lineTo(295, 59);
context.stroke();
context.lineWidth = 5;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(95, 107);
context.lineTo(60, 62);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(258, 111);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(210, 152);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.strokeRect(265, 150, 165, 87);

context.strokeStyle = '#000000';
context.strokeRect(336, 180, 0, 0);

context.strokeStyle = '#000000';
context.strokeRect(336, 180, 0, 0);

context.strokeStyle = '#000000';
context.strokeRect(336, 180, 0, 0);

context.strokeStyle = '#000000';
context.strokeRect(336, 180, 0, 0);

context.strokeStyle = '#000000';
context.strokeRect(282, 30, 54, 150);
</script>
</body>
</html>