How can I let the user paint an area and test if it is done?

Hi John!

I just posted an example that might be roughly (maybe too roughly :face_with_raised_eyebrow:) what You are looking for - or at least in the ballpark - but there is no check to see if any painting is done. You could add that "feature" by having the desired clicked element(s) register the click and check to see if the element(s) qualified as having finished painting the area. This scenario would of course take JavaScript to implement.