Refactored tex_utils, and made TexMobject proper objects

This commit is contained in:
Grant Sanderson
2015-10-28 17:18:50 -07:00
parent 468d05d049
commit e97a8708a5
24 changed files with 598 additions and 587 deletions

View File

@ -47,7 +47,7 @@ class LogoGeneration(Scene):
lambda point: np.linalg.norm(point) < \
self.INNER_RADIUS_RATIO*self.LOGO_RADIUS
)
name = text_mobject("3Blue1Brown").center()
name = TextMobject("3Blue1Brown").center()
name.highlight("grey")
name.shift(2*DOWN)