I'm new to Android canvas. I'm cutting Canvas using .ClipPath(path)
. in the path
I used lineTo()
method to add all the lines. now I need to the rounded corners of all corners like Pic-2. How can I do that?
Asked
Active
Viewed 119 times
0

Zoe
- 27,060
- 21
- 118
- 148

Rizwan Ahmed
- 105
- 2
- 11
-
Using Bezier Curves: similar to this example: https://stackoverflow.com/questions/30073682/how-to-draw-bezier-curve-in-android – emandt Mar 17 '21 at 10:37
-
@emandt bro! how can I get the other points of Bezier Curves? – Rizwan Ahmed Mar 17 '21 at 13:41