Преглед изворни кода

Fixed wave particles example. Not sure where the stroke() came from.

Mr.doob пре 13 година
родитељ
комит
efd3de0639
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      examples/canvas_particles_waves.html

+ 1 - 2
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();
 
 					}