mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 05:24:22 +08:00
Preliminary finish to zeta project
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user