summaryrefslogtreecommitdiff
path: root/lib/marker.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/marker.py')
-rw-r--r--lib/marker.py2
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))