<!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 = 3;

context.lineWidth = 2;

context.lineWidth = 1;

context.lineWidth = 2;

context.lineWidth = 1;

context.strokeStyle = '#000000';
context.save();
context.translate(34, 33);
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(33, 37.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(32, 41.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.beginPath();
context.moveTo(35, 36);

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(30, 33);

context.lineTo(29, 33);
context.stroke();

context.lineTo(28, 33);
context.stroke();

context.lineTo(27, 33);
context.stroke();

context.lineTo(26, 33);
context.stroke();

context.lineTo(26, 32);
context.stroke();

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(35, 39);

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(29, 37);

context.lineTo(28, 37);
context.stroke();

context.lineTo(27, 37);
context.stroke();

context.lineTo(27, 37);
context.stroke();

context.lineTo(26, 37);
context.stroke();

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(34, 44);

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(28, 42);

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

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

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

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

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

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

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

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

context.lineTo(23, 42);
context.stroke();
</script>
</body>
</html>