Hot fix for Traicing Tail

This commit is contained in:
Grant Sanderson 2024-07-31 15:32:17 +02:00
parent bbc89d13e9
commit 5aeb457bb1

View file

@ -167,3 +167,4 @@ class TracingTail(TracedPath):
stroke_color=stroke_color,
**kwargs
)
self.add_updater(lambda m: m.set_stroke(width=stroke_width, opacity=stroke_opacity))