1
I have a type of entertainment on a page where I choose a drawing that is placed inside a canvas
coloring.
I already have the brush and the colors. But I want something that does the function of the bucket that paints a whole area.
Click on the bucket, then click on a part of the drawing and paint the region that was clicked.
There’s a website that has this:
http://desportos.colorir.com/outros-desportos/judo-1.html
I tried to understand the source code, but I couldn’t find the function.
Does anyone have any idea how I can do it ? Just the beginning.
The plugin I’m using is this:
Could you please post the code you have so far, or which JQUERY PLUGIN is using.
– PauloHDSousa
I edited the pole, Paulo Hard Disk.
– Diego Souza
Suggested research: Flood Fill
– Bacco
Hello. As already commented, it would be good for you to put the code you are doing so that someone can help where there is an error. The way the question is, you’re basically asking someone to do the code for you (and that’s not the focus of this site).
– Luiz Vieira