diff --git a/manimlib/mobject/changing.py b/manimlib/mobject/changing.py index 01a73560..0c3c17f6 100644 --- a/manimlib/mobject/changing.py +++ b/manimlib/mobject/changing.py @@ -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: