mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 21:44:19 +08:00
Just starting Bayes video for eop
This commit is contained in:
@ -20,6 +20,7 @@ class SVGMobject(VMobject):
|
||||
"should_center" : True,
|
||||
#Must be filled in in a subclass, or when called
|
||||
"file_name" : None,
|
||||
"propogate_style_to_family" : True,
|
||||
}
|
||||
def __init__(self, **kwargs):
|
||||
digest_config(self, kwargs, locals())
|
||||
|
Reference in New Issue
Block a user