typo changes

This commit is contained in:
Ben Hambrecht
2018-01-15 18:16:50 -08:00
parent 2b80c582dd
commit 0f50eee179
21 changed files with 561 additions and 36 deletions

View File

@ -24,7 +24,7 @@ class SVGMobject(VMobject):
"stroke_width" : 0,
"fill_opacity" : 1,
# "fill_color" : LIGHT_GREY,
"propogate_style_to_family" : True,
"propagate_style_to_family" : True,
}
def __init__(self, **kwargs):
digest_config(self, kwargs, locals())