diff --git a/examples/canvas_particles_waves.html b/examples/canvas_particles_waves.html index 10f7cf4e6468807607d49a8c6457094e4fe6ce3e..4d1a3fd8b6477212fe50c2ada9198d6a9bc5e5c1 100644 --- a/examples/canvas_particles_waves.html +++ b/examples/canvas_particles_waves.html @@ -60,8 +60,7 @@ context.beginPath(); context.arc( 0, 0, 1, 0, PI2, true ); - context.closePath(); - context.stroke(); + context.fill(); }