Preliminary finish to zeta project

This commit is contained in:
Grant Sanderson
2016-12-07 18:37:56 -08:00
parent 88ccaf1d3a
commit a5cd3941da
3 changed files with 320 additions and 30 deletions

View File

@ -44,7 +44,7 @@ class Headphones(SVGMobject):
}
def __init__(self, **kwargs):
digest_config(self, kwargs)
SVGMobject.__init__(self, self.file_name, **kwargs)
SVGMobject.__init__(self, file_name = self.file_name, **kwargs)
self.stretch(self.y_stretch_factor, 1)
self.scale_to_fit_height(self.height)
self.set_stroke(width = 0)