I’ve been working on implementing recursive drawing into Mandalagaba. There are many, many tunables which can be implemented to facilitate recursive drawing. It’s tricky to pick the ones which make for a fun drawing experience. One of the effects that I seek in particular is that of a growing plant.
Flood fill #5
I just added a 5th HTML5 canvas flood fill algorithm which proposes a different method than filling pixel by pixel.