Hello i am working with Drawing Canvas plugin and i want to make some kind of erasing tool.
I can set color to rgba(0,0,0,0) by "set color in snapshot" and loading canvas every tick, but its far from ideal solution.
I wanted to use "draw ellipse" function with the same rgba(0,0,0,0) color but realised it is not working if alpha is set to 0, canvas original color is not erased.
Is it some kind of a bug? Do you have some ideas how to overcome it?