Up to description of Sierpinski dimension

This commit is contained in:
Grant Sanderson
2017-01-19 08:58:11 -08:00
parent 5b6918de77
commit 5174d175cf
2 changed files with 233 additions and 15 deletions

View File

@ -169,6 +169,7 @@ class FractalCurve(VMobject):
self.add(corner)
def init_colors(self):
VMobject.init_colors(self)
self.gradient_highlight(*self.colors)
def get_anchor_points(self):