mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Fix the fact that Write messes up joint_products
This commit is contained in:
parent
917481cb23
commit
2e2e8dfee2
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ class DrawBorderThenFill(Animation):
|
|||
def finish(self) -> None:
|
||||
super().finish()
|
||||
self.mobject.unlock_data()
|
||||
self.mobject.refresh_joint_products()
|
||||
|
||||
def get_outline(self) -> VMobject:
|
||||
outline = self.mobject.copy()
|
||||
|
|
Loading…
Add table
Reference in a new issue