Produces a Bézier curve between each pair of points, with vertical tangents at each point.
Curve curveBumpY(Path context) => CurveBump(context, false);