mirror of
https://github.com/3b1b/manim.git
synced 2025-07-31 05:52:34 +08:00
updated some breaking scenes to python3
This commit is contained in:
@ -1783,7 +1783,7 @@ class IntroducePascalsTriangle(Scene):
|
||||
mob.rect = SurroundingRectangle(mob, color = color)
|
||||
rects.add(mob.rect)
|
||||
|
||||
rows_to_fade = VGroup(*rows[1:4] + rows[6:])
|
||||
rows_to_fade = VGroup(*rows[1:4], *rows[6:])
|
||||
rows_to_fade.save_state()
|
||||
|
||||
top_row = rows[4]
|
||||
|
Reference in New Issue
Block a user