mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 19:46:21 +08:00
Add height as attribute to SVGMobject
This commit is contained in:
@ -66,6 +66,7 @@ class SVGMobject(VMobject):
|
||||
self.file_name = file_name or self.file_name
|
||||
self.svg_default = svg_default
|
||||
self.path_string_config = path_string_config
|
||||
self.height = height
|
||||
|
||||
super().__init__(**kwargs )
|
||||
self.init_svg_mobject()
|
||||
|
Reference in New Issue
Block a user