<!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.lineWidth = 4;

context.lineWidth = 1;

context.strokeStyle = '#000000';
context.save();
context.translate(64, 49);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 3, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(64, 54.5);
context.scale(0.6666666666666666, 1);
context.beginPath();
context.arc(0, 0, 4, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(63.5, 59);
context.scale(1, 0.6666666666666666);
context.beginPath();
context.arc(0, 0, 4, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(67, 52);

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(67, 55);

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

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

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

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

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

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

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

context.lineTo(71, 56);
context.stroke();

context.lineTo(71, 56);
context.stroke();

context.lineTo(71, 57);
context.stroke();

context.lineTo(71, 57);
context.stroke();

context.lineTo(71, 57);
context.stroke();

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

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

context.lineTo(67, 59);
context.stroke();

context.lineTo(68, 59);
context.stroke();

context.lineTo(69, 59);
context.stroke();

context.lineTo(70, 60);
context.stroke();

context.lineTo(71, 60);
context.stroke();

context.lineTo(71, 60);
context.stroke();

context.lineTo(71, 60);
context.stroke();

context.lineTo(72, 62);
context.stroke();

context.lineTo(72, 63);
context.stroke();

context.lineTo(72, 63);
context.stroke();

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(60, 49);

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(95, 32);

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(60, 56);

context.lineTo(59, 56);
context.stroke();

context.lineTo(59, 56);
context.stroke();

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

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

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

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

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

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

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

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

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

context.lineTo(59, 58);
context.stroke();

context.lineTo(58, 59);
context.stroke();

context.lineTo(57, 59);
context.stroke();

context.lineTo(57, 60);
context.stroke();

context.lineTo(57, 60);
context.stroke();

context.lineTo(56, 60);
context.stroke();

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

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

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

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