v0.5.0
changes:
- upgraded swift version to 5.0
- renames
BezierCurve.project(point: pointToProject, errorThreshold: epsilon)
toBezierCurve.project(_:, accuracy:)
. The method now returns a tuple(point: CGPoint, t: CGFloat)
for applications that need thet
value of the projection. - the
errorThreshold
parameter ofPath.pointIsWithinDistanceOfBoundary
has been renamed toaccuracy