mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 08:54:38 +08:00
Revert back to original TexMobject.add_background_rectangle
This commit is contained in:
@ -100,7 +100,7 @@ class TexMobject(SVGMobject):
|
||||
fill_opacity = opacity
|
||||
)
|
||||
letters = VMobject(*self.submobjects)
|
||||
self.add_to_back(rect)
|
||||
self.submobjects = [rect, letters]
|
||||
return self
|
||||
|
||||
class TextMobject(TexMobject):
|
||||
|
Reference in New Issue
Block a user