Fix the fact that Write messes up joint_products

This commit is contained in:
Grant Sanderson 2023-01-20 20:33:47 -08:00
parent 917481cb23
commit 2e2e8dfee2

View file

@ -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()