Crop path within canvas Android -


in below image red color canvas. black color part figure drawing in canvas. want crop black color part canvas. how shall it?.

i tried using canvas.clippath() guess no longer supported in android now, due hardware acceleration. tried disableing hardware acceleration dint work gave on canvas.clippath().

is there other way can use crop path within canvas?

any appreciated. in advance :)

enter image description here

enter image description here

enter image description here


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -