mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 05:24:22 +08:00
Tiny formatting fixes
This commit is contained in:
@ -497,7 +497,7 @@ class Mobject(Container):
|
||||
mob.add_background_rectangle(**kwargs)
|
||||
return self
|
||||
|
||||
# Match other mobvject properties
|
||||
# Match other mobject properties
|
||||
|
||||
def match_color(self, mobject):
|
||||
return self.set_color(mobject.get_color())
|
||||
|
Reference in New Issue
Block a user