mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 21:44:19 +08:00
Preliminary end to crypto animations
This commit is contained in:
@ -21,6 +21,9 @@ class SVGMobject(VMobject):
|
||||
"width" : None,
|
||||
#Must be filled in in a subclass, or when called
|
||||
"file_name" : None,
|
||||
"stroke_width" : 0,
|
||||
"fill_opacity" : 1,
|
||||
# "fill_color" : LIGHT_GREY,
|
||||
"propogate_style_to_family" : True,
|
||||
}
|
||||
def __init__(self, **kwargs):
|
||||
|
Reference in New Issue
Block a user