Guest_imported
New member
- Jan 1, 1970
- 0
I like to know how to clear a canvas. Supposed I draw something on it and want to clear it before redrawing again. I have a case where I write some text to the canvas. The next time I write some more text to the canvas, the new text overlapped the old text, making it hard to read. What I like to do is to clear the old text and then write the new text.