diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-11-12 19:07:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-12 19:07:24 +0100 |
| commit | 45dda2616d4d636759136e2c65998670ea06855c (patch) | |
| tree | 0dd33c7ab51cb69b0b6128df0095c5f84e876f2b /lib/marker.py | |
| parent | 7c99a138d12bcd5f9f4cdbfd3ff7c2b15ec890e4 (diff) | |
Clipped groups (#3261)
Diffstat (limited to 'lib/marker.py')
| -rw-r--r-- | lib/marker.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/marker.py b/lib/marker.py index 6a5f71e6..dd0a27bf 100644 --- a/lib/marker.py +++ b/lib/marker.py @@ -63,7 +63,7 @@ def get_marker_elements(node, marker, get_fills=True, get_strokes=True, get_sati fills.append(fill) if get_strokes and stroke is not None: - stroke = Stroke(marker).paths + stroke = Stroke(marker).unclipped_paths line_strings = [shgeo.LineString(path) for path in stroke] strokes.append(shgeo.MultiLineString(line_strings)) |
