From 45dda2616d4d636759136e2c65998670ea06855c Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Tue, 12 Nov 2024 19:07:24 +0100 Subject: Clipped groups (#3261) --- lib/marker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/marker.py') 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)) -- cgit v1.2.3