// bad test case
    let bezier = CubicBezierSegment {
        from: point(6.0, 400.0),
        ctrl1: point(150.0, 80.0),
        ctrl2: point(500.0, 400.0),
        to: point(695.0, 193.0),
    };

