With the goal of learning Processing I'm designing an animation sketch. I have a part of the screen I need to redraw at each iteration and another that is built during the animation. As an example I have a pen that draws, to be updated each time, and the ink trace, to be kept and incremented. The two are one on top of each other, so not easy to selectively erase.