Hello, Mic here...

Looking through the documentation I don't find any way to clear a painter path so that I can put another path in it. My code now has to delete the previous one and allocate a new one when I want to change the path. The text for the moveTo() method mentions closing out a sub-path but I don't think this is what I want.

Any help/ideas would be appreciated.

-Mic