<!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.save();
context.translate(19.5, 44.5);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 7, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(52.5, 41.5);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 7, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(27, 44);
context.lineTo(27, 9);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(26, 11);
context.lineTo(61, 7);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(61, 7);
context.lineTo(60, 40);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(54, 41);

context.lineTo(53, 41);
context.stroke();

context.lineTo(52, 41);
context.stroke();

context.lineTo(51, 40);
context.stroke();

context.lineTo(50, 40);
context.stroke();

context.lineTo(50, 41);
context.stroke();

context.lineTo(50, 42);
context.stroke();

context.lineTo(50, 43);
context.stroke();

context.lineTo(50, 44);
context.stroke();

context.lineTo(50, 45);
context.stroke();

context.lineTo(51, 46);
context.stroke();

context.lineTo(52, 46);
context.stroke();

context.lineTo(53, 46);
context.stroke();

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

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

context.lineTo(55, 45);
context.stroke();

context.lineTo(55, 44);
context.stroke();

context.lineTo(55, 43);
context.stroke();

context.lineTo(55, 42);
context.stroke();

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

context.lineTo(53, 41);
context.stroke();

context.lineTo(52, 41);
context.stroke();

context.lineTo(52, 42);
context.stroke();

context.lineTo(52, 43);
context.stroke();

context.lineTo(52, 44);
context.stroke();

context.lineTo(52, 45);
context.stroke();

context.lineTo(53, 45);
context.stroke();

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

context.lineTo(55, 45);
context.stroke();

context.lineTo(55, 44);
context.stroke();

context.lineTo(55, 43);
context.stroke();

context.lineTo(55, 42);
context.stroke();

context.lineTo(55, 41);
context.stroke();

context.lineTo(55, 40);
context.stroke();

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

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

context.lineTo(53, 39);
context.stroke();

context.lineTo(53, 40);
context.stroke();

context.lineTo(52, 40);
context.stroke();

context.lineTo(52, 40);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(23, 46);

context.lineTo(22, 45);
context.stroke();

context.lineTo(22, 44);
context.stroke();

context.lineTo(21, 43);
context.stroke();

context.lineTo(21, 42);
context.stroke();

context.lineTo(20, 42);
context.stroke();

context.lineTo(19, 42);
context.stroke();

context.lineTo(19, 43);
context.stroke();

context.lineTo(19, 44);
context.stroke();

context.lineTo(19, 45);
context.stroke();

context.lineTo(19, 46);
context.stroke();

context.lineTo(19, 47);
context.stroke();

context.lineTo(19, 48);
context.stroke();

context.lineTo(19, 49);
context.stroke();

context.lineTo(19, 50);
context.stroke();

context.lineTo(20, 50);
context.stroke();

context.lineTo(21, 50);
context.stroke();

context.lineTo(21, 49);
context.stroke();

context.lineTo(21, 48);
context.stroke();

context.lineTo(21, 47);
context.stroke();

context.lineTo(21, 46);
context.stroke();

context.lineTo(21, 45);
context.stroke();

context.lineTo(20, 44);
context.stroke();

context.lineTo(19, 44);
context.stroke();

context.lineTo(18, 44);
context.stroke();

context.lineTo(18, 45);
context.stroke();

context.lineTo(18, 46);
context.stroke();

context.lineTo(18, 47);
context.stroke();

context.lineTo(18, 48);
context.stroke();

context.lineTo(18, 49);
context.stroke();

context.lineTo(18, 50);
context.stroke();

context.lineTo(19, 50);
context.stroke();

context.lineTo(20, 50);
context.stroke();

context.lineTo(21, 50);
context.stroke();

context.lineTo(21, 49);
context.stroke();

context.lineTo(22, 49);
context.stroke();

context.lineTo(22, 48);
context.stroke();

context.lineTo(22, 47);
context.stroke();

context.lineTo(23, 47);
context.stroke();

context.lineTo(23, 46);
context.stroke();

context.lineTo(24, 46);
context.stroke();

context.lineTo(24, 46);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(23, 46);

context.lineTo(24, 46);
context.stroke();

context.lineTo(25, 47);
context.stroke();

context.lineTo(25, 47);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(61, 18);
</script>
</body>
</html>