mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Tiny formatting fixes
This commit is contained in:
parent
b954b2ef5b
commit
b56ac7a6ed
2 changed files with 1 additions and 2 deletions
|
@ -758,7 +758,6 @@ class RoundedRectangle(Rectangle):
|
||||||
self.set_points(points)
|
self.set_points(points)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class Grid(VMobject):
|
class Grid(VMobject):
|
||||||
CONFIG = {
|
CONFIG = {
|
||||||
"height": 6.0,
|
"height": 6.0,
|
||||||
|
|
|
@ -497,7 +497,7 @@ class Mobject(Container):
|
||||||
mob.add_background_rectangle(**kwargs)
|
mob.add_background_rectangle(**kwargs)
|
||||||
return self
|
return self
|
||||||
|
|
||||||
# Match other mobvject properties
|
# Match other mobject properties
|
||||||
|
|
||||||
def match_color(self, mobject):
|
def match_color(self, mobject):
|
||||||
return self.set_color(mobject.get_color())
|
return self.set_color(mobject.get_color())
|
||||||
|
|
Loading…
Add table
Reference in a new issue