Preliminary end to crypto animations

This commit is contained in:
Grant Sanderson
2017-07-06 10:45:50 -07:00
parent ce1a992624
commit 6144392ebb
2 changed files with 102 additions and 20 deletions

View File

@ -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):