mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-19 09:11:37 +02:00
Tabs indentation disallowed.
This commit is contained in:
@@ -778,7 +778,7 @@ function decompose_path(path, closed=true, eps=EPSILON) =
|
||||
tagged = _tag_self_crossing_subpaths(path, closed=closed, eps=eps),
|
||||
kept = [for (sub = tagged) if(sub[0] == "O") sub[1]],
|
||||
outregion = assemble_path_fragments(kept, eps=eps)
|
||||
) outregion;
|
||||
) outregion;
|
||||
|
||||
|
||||
function _extreme_angle_fragment(seg, fragments, rightmost=true, eps=EPSILON) =
|
||||
|
Reference in New Issue
Block a user