diff options
Diffstat (limited to 'lib/stitches/guided_fill.py')
| -rw-r--r-- | lib/stitches/guided_fill.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stitches/guided_fill.py b/lib/stitches/guided_fill.py index 5d9a6018..16f0f2e8 100644 --- a/lib/stitches/guided_fill.py +++ b/lib/stitches/guided_fill.py @@ -180,7 +180,7 @@ def apply_stitches(line, max_stitch_length, num_staggers, row_spacing, row_num, # corners. if not threshold: threshold = row_spacing / 2.0 - simplified_line = line.simplify(threshold, False) + simplified_line = line.simplify(threshold, preserve_topology=False) simplified_points = [shgeo.Point(x, y) for x, y in simplified_line.coords] extra_points = [] |
