How to fill all the empty space in a canvas in javascript ? (recursive function)
I try to create a recursive function to fill all the empty space of a canvas until the edges or when there is already an other color filled.
I try to create a recursive function to fill all the empty space of a canvas until the edges or when there is already an other color filled.