mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Hot fix for Traicing Tail
This commit is contained in:
parent
bbc89d13e9
commit
5aeb457bb1
1 changed files with 1 additions and 0 deletions
|
@ -167,3 +167,4 @@ class TracingTail(TracedPath):
|
||||||
stroke_color=stroke_color,
|
stroke_color=stroke_color,
|
||||||
**kwargs
|
**kwargs
|
||||||
)
|
)
|
||||||
|
self.add_updater(lambda m: m.set_stroke(width=stroke_width, opacity=stroke_opacity))
|
||||||
|
|
Loading…
Add table
Reference in a new issue