Fixed --avoid-crossing-perimeters and --support-material after the xsdata merge
This commit is contained in:
parent
a49dc603cc
commit
67aefdccc7
4 changed files with 24 additions and 24 deletions
|
@ -82,7 +82,7 @@ sub fill_surface {
|
|||
# we were requested to complete each loop;
|
||||
# in this case we don't try to make more continuous paths
|
||||
@paths = map $_->split_at_first_point,
|
||||
@{intersection($surface->expolygon, \@polygons)};
|
||||
@{intersection([ $surface->p ], \@polygons)};
|
||||
|
||||
} else {
|
||||
# consider polygons as polylines without re-appending the initial point:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue