You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
split: fix line splitting to avoid creating zero length line segments
When an endpoint of a line intersects another entity, line splitting
creates two segments with one of them having zero length, unnecessarily
discarding all constraints on it in the process as well.
Change the behaviour to not split the line in that case, and instead
just use the intersecting endpoint for the new coincident constraint.
0 commit comments