Draw a (progressive) paint splash on a canvas
问题 I'm looking for a simple method which can able me to draw in a canvas a paint splash like this on : One method will be to fire a lot of small particles which will paint a little circle, but I don't want to manage a lot of particle objects. EDIT : example here: jsfiddle.net/MK73j/4/ A second method will be to have few images and manipulate scale and rotation , but I want to have a good random on the effect. A third method will be to make some random litte points, join them with bezier curves