diff options
Diffstat (limited to 'lib/stitches/linear_gradient_fill.py')
| -rw-r--r-- | lib/stitches/linear_gradient_fill.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stitches/linear_gradient_fill.py b/lib/stitches/linear_gradient_fill.py index 47dcba2e..c1f0fb46 100644 --- a/lib/stitches/linear_gradient_fill.py +++ b/lib/stitches/linear_gradient_fill.py @@ -259,7 +259,7 @@ def _get_stitch_groups(fill, shape, colors, color_lines, starting_point, ending_ for i, color in enumerate(colors): lines = color_lines[color] - multiline = ensure_multi_line_string(MultiLineString(lines).intersection(shape), 1.5) + multiline = ensure_multi_line_string(MultiLineString(lines).intersection(shape)) if multiline.is_empty: continue |
