Beginning fractal dimension project

This commit is contained in:
Grant Sanderson
2017-01-16 11:43:59 -08:00
parent 1454216006
commit 209264e90c
5 changed files with 208 additions and 21 deletions

View File

@ -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):