mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Have TracedPath always update to the stroke configuration passed in
This commit is contained in:
parent
273929fa53
commit
47815e5e73
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ class TracedPath(VMobject):
|
|||
self.time: float = 0
|
||||
self.traced_points: list[np.ndarray] = []
|
||||
self.add_updater(lambda m, dt: m.update_path(dt))
|
||||
self.set_stroke(stroke_color, stroke_width)
|
||||
self.always.set_stroke(stroke_color, stroke_width)
|
||||
|
||||
def update_path(self, dt: float) -> Self:
|
||||
if dt == 0:
|
||||
|
|
Loading…
Add table
Reference in a new issue