mirror of
https://github.com/3b1b/manim.git
synced 2025-07-31 22:13:30 +08:00
Beginning fractal dimension project
This commit is contained in:
@ -17,9 +17,6 @@ class VMobject(Mobject):
|
||||
"considered_smooth" : True,
|
||||
"propogate_style_to_family" : False,
|
||||
}
|
||||
def __init__(self, *args, **kwargs):
|
||||
Mobject.__init__(self, *args, **kwargs)
|
||||
VMobject.init_colors(self)
|
||||
|
||||
## Colors
|
||||
def init_colors(self):
|
||||
|
Reference in New Issue
Block a user