Problem
At the moment setting a closed spline to not cyclic, creates a hole between the first and last control point.
What needs to change
- Add a boolean field input to the node, called Keep Shape.
- The field gets evaluated on the spline domain, just like the other inputs to the node.
- If the original spline was cyclic, an extra control point is added at the position of the first control point where the field is true.


