A few crypto fillers

This commit is contained in:
Grant Sanderson
2017-07-06 12:06:11 -07:00
parent 6144392ebb
commit 49bb59311f
2 changed files with 141 additions and 6 deletions

View File

@ -377,6 +377,8 @@ class Bubble(SVGMobject):
"propogate_style_to_family" : True,
"fill_color" : BLACK,
"fill_opacity" : 0.8,
"stroke_color" : WHITE,
"stroke_width" : 3,
}
def __init__(self, **kwargs):
digest_config(self, kwargs, locals())