android - How to clear just the last drawn path not the whole view -


i have view on drawing text using path on canvas. need clear last drawn path i.e. drawn without clearing whole view because want further redraw , re-clear path.

i have used draw.color(color.black) turns whole screen black, need clear last drawn path not whole view.


Comments