Random fixes to some old_projects

This commit is contained in:
Grant Sanderson
2018-08-11 23:34:34 -07:00
parent d551fa6b24
commit 69207369f2
5 changed files with 18 additions and 47 deletions

View File

@ -158,7 +158,7 @@ class ShowEmergingEllipse(Scene):
fade_rect = FullScreenFadeRectangle()
line = lines[len(lines) / 5]
line = lines[len(lines) // 5]
line_dot = Dot(line.get_center(), color=YELLOW)
line_dot.scale(0.5)