<!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(122, 229);
context.lineTo(164, 293);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(162, 289);
context.lineTo(419, 288);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(415, 287);
context.lineTo(462, 226);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(122, 229);
context.lineTo(456, 227);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(138, 225);
context.lineTo(177, 191);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(177, 191);
context.lineTo(423, 189);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(421, 185);
context.lineTo(456, 230);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(274, 186);
context.lineTo(272, 155);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(300, 158);
context.lineTo(301, 189);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.strokeRect(166, 96, 233, 61);

context.strokeStyle = '#000000';
context.strokeRect(43, 123, 122, 24);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(146, 266);
context.lineTo(432, 265);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.save();
context.translate(180.5, 276);
context.scale(0.875, 1);
context.beginPath();
context.arc(0, 0, 11, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(220.5, 277);
context.scale(0.875, 1);
context.beginPath();
context.arc(0, 0, 11, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(260.5, 277);
context.scale(0.875, 1);
context.beginPath();
context.arc(0, 0, 11, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(301, 277.5);
context.scale(1, 0.875);
context.beginPath();
context.arc(0, 0, 11, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(343.5, 277);
context.scale(1, 0.8888888888888888);
context.beginPath();
context.arc(0, 0, 12, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(386, 276.5);
context.scale(0.8888888888888888, 1);
context.beginPath();
context.arc(0, 0, 12, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(268, 94);
context.lineTo(319, 66);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(314, 66);
context.lineTo(401, 67);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(399, 69);
context.lineTo(400, 97);
context.stroke();
context.closePath();
</script>
</body>
</html>