david.bilik
04/15/2021, 11:57 AMPaint
and he sets CornerPathEffect
and DicretePathEffect
and he then uses this Paint
on drawCircle
method .. I can’t find how to set PathEffect
to modify bounds of the circle in Compose. I’ve only found that I can set PathEffect
to the Stroke
class but that’s not what i want .. In the attached picture you can see the my desired result, it’s the dark “icing” with distorted bounds. Any ideas?