mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Tabs indentation disallowed.
This commit is contained in:
parent
0fa53f1b80
commit
54038b68d2
1 changed files with 1 additions and 1 deletions
|
@ -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) =
|
||||
|
|
Loading…
Reference in a new issue