The Path.smurve()
method draws a smooth curve from the current point via a control point to an endpoint.
A smooth curve means it will use the reflection of the end control point of the previous curve.
Signature
Javascript
Path path.smurve(Point cp2, Point end)
TIP|
This method is chainable as it returns the Path
object