If I’m drawing a circle in compose, and the top is getting clipped because of the bounds of the parent, is there an easy solution to allow the child to draw outside the bounds of the parent?
j
Jhonatan Sabadi
06/07/2022, 3:29 PM
You can set a padding on your circle or revise your parent implementation to avoid it.