visilibity
Alessandro Ranellucci 2014-05-02 13:31:41 +02:00
parent 0a88492fdc
commit 31113b8a78
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ sub unsupported_edges {
# split into individual segments and filter out edges parallel to the bridging angle
@$unsupported = map $_->as_polyline,
grep $_->parallel_to($angle),
grep !$_->parallel_to($angle),
map @{$_->lines},
@$unsupported;