Alexander Zhirkevich
10/01/2023, 9:11 PMPath
operations. More in 🧵.donut
path using addPath
to other path like this:
val donutWithSomethingElse = Path().apply {
addPath(donut)
}
drawPath(donutWithSomethingElse, Color.Black)
android.graphics.Path
and it worked like a charm.
And when i started to migrate the code to Compose i faced this issueephemient
10/01/2023, 10:29 PM