curveBumpX function Curves

Curve curveBumpX(
  1. Path context
)

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

Implementation

Curve curveBumpX(Path context) => CurveBump(context, true);