curveBumpY function Curves

Curve curveBumpY(
  1. Path context
)

Produces a Bézier curve between each pair of points, with vertical tangents at each point.

Implementation

Curve curveBumpY(Path context) => CurveBump(context, false);