hey, I’ve recently watched <this> video about canv...
# compose
d
hey, I’ve recently watched

this

video about canvas drawing on Android and I want to try to draw the same donut with Compose. I’m stucked at the part about PathEffects. Ryan in his video has a
Paint
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?