I saw a fun little question on Stack Overflow about rounding the corners of a UIBezierPath, so I wrote a little package to do it.

https://stackoverflow.com/a/75242194/77567

In Xcode CoreGraphics how to round corners of a UIPath. In Android I can simply add a cornerpatheffect

I am creating a drawing app in which I am using a custom intractable view, I am drawing an open path, I want its corners to be rounded. In android I can add cornerPathEffect but I am not able to do...

Stack Overflow
@mayoff Rob did you see The Continuity of Splines on YouTube by Freya Holmer. Awesome visuals an explanation of Bezier and beyond.