mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-20 10:01:48 +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),
|
tagged = _tag_self_crossing_subpaths(path, closed=closed, eps=eps),
|
||||||
kept = [for (sub = tagged) if(sub[0] == "O") sub[1]],
|
kept = [for (sub = tagged) if(sub[0] == "O") sub[1]],
|
||||||
outregion = assemble_path_fragments(kept, eps=eps)
|
outregion = assemble_path_fragments(kept, eps=eps)
|
||||||
) outregion;
|
) outregion;
|
||||||
|
|
||||||
|
|
||||||
function _extreme_angle_fragment(seg, fragments, rightmost=true, eps=EPSILON) =
|
function _extreme_angle_fragment(seg, fragments, rightmost=true, eps=EPSILON) =
|
||||||
|
Reference in New Issue
Block a user