<!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.beginPath();
context.moveTo(88, 172);

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(203, 110);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(225, 101);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.strokeRect(164, 65, 269, 119);
</script>
</body>
</html>