Challenge: Artwork generator
Create beautiful artwork based on movement around an attractor.

Make trails!

Hint

draw = function() {
;
};

To turn this simulation into an artwork generator, make it so that the movers draw trails as they travel
through the space. All you need to do is remove a line of code!