@@ -60,8 +60,7 @@
context.beginPath();
context.arc( 0, 0, 1, 0, PI2, true );
- context.closePath();
- context.stroke();
+ context.fill();
}