Dmitry Strekha
05/23/2024, 11:09 AMPathOperation.Difference
)
🧵Dmitry Strekha
05/23/2024, 11:10 AMAlexander Zhirkevich
05/23/2024, 11:17 AMquadraticBezierTo
, cubicTo
are usually used to make smooth curvesDmitry Strekha
05/23/2024, 12:51 PMAlexander Zhirkevich
05/23/2024, 12:56 PMDmitry Strekha
05/23/2024, 1:21 PMAlexander Zhirkevich
05/24/2024, 9:09 PMPathEffect
.cornerPathEffect
. It exists only for Paint
so you have to use drawIntoCanvas
. Not sure if this would help here but it definitely worth to try