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
Bisecting shows that this was introduced via #2396. This should be fixed by checking whether the mobject belonging to an animation with introducer=True set (like FadeIn) has already been added to the scene.
There is one workaround I can offer: in your example, either put
Consider the following scene:
In 0.14, this is the output:
Test.mp4
In 0.15, this is the output:
Test.mp4
As you can see, the blue square is correctly drawn behind the red one in 0.14, but in 0.15, the blue square is drawn on top.
The text was updated successfully, but these errors were encountered: