CanvasView icon indicating copy to clipboard operation
CanvasView copied to clipboard

How to implement eraser option

Open VadivelChinnasamy opened this issue 7 years ago • 1 comments

I try to use your code but the eraser is not working,how can i use it

VadivelChinnasamy avatar Apr 26 '17 12:04 VadivelChinnasamy

you should disable hardware acceleration in CanvasView.setup()

setLayerType(LAYER_TYPE_HARDWARE, null);

fatihinanspexco avatar Jun 20 '17 08:06 fatihinanspexco