mirror of
https://github.com/3b1b/manim.git
synced 2025-07-29 13:03:31 +08:00
Tiny formatting fixes
This commit is contained in:
@ -758,7 +758,6 @@ class RoundedRectangle(Rectangle):
|
||||
self.set_points(points)
|
||||
|
||||
|
||||
|
||||
class Grid(VMobject):
|
||||
CONFIG = {
|
||||
"height": 6.0,
|
||||
|
@ -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