mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Add height as attribute to SVGMobject
This commit is contained in:
parent
534770180d
commit
1f0427d685
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue