You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the LinearTransformationScene using self.play(Circumscribe()) around a MathTex() object leaves non-VMobjetcs behind on the scene which prevent any matrix operation.
Description of bug / unexpected behavior
in the
LinearTransformationScene
usingself.play(Circumscribe())
around aMathTex()
object leaves non-VMobjetcs behind on the scene which prevent any matrix operation.See also https://discord.com/channels/581738731934056449/1147643803956682802/1147643803956682802
Expected behavior
An animation like
Circumscribe()
should clean up after itself...How to reproduce the issue
The code below reproduces the problem, aborting with
Remove the comment before
#self.moving_mobjects = []
and the code will execute correctly.Code for reproducing the problem
System specifications
The text was updated successfully, but these errors were encountered: