If I’m drawing a circle in compose, and the top is...
# compose
s
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
You can set a padding on your circle or revise your parent implementation to avoid it.