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

@ -154,7 +154,7 @@ class PartyHat(SVGMobject):
"pi_creature" : None,
"stroke_width" : 0,
"fill_opacity" : 1,
"propogate_style_to_family" : True,
"propagate_style_to_family" : True,
"frills_colors" : [MAROON_B, PURPLE],
"cone_color" : GREEN,
"dots_colors" : [YELLOW],
@ -256,7 +256,7 @@ class PatreonLogo(SVGMobject):
"fill_opacity" : 1,
"stroke_width" : 0,
"width" : 4,
"propogate_style_to_family" : True
"propagate_style_to_family" : True
}
def __init__(self, **kwargs):
SVGMobject.__init__(self, **kwargs)
@ -313,7 +313,7 @@ class Headphones(SVGMobject):
class Clock(VGroup):
CONFIG = {
"propogate_style_to_family" : True,
"propagate_style_to_family" : True,
}
def __init__(self, **kwargs):
circle = Circle()
@ -378,7 +378,7 @@ class Bubble(SVGMobject):
"width" : 8,
"bubble_center_adjustment_factor" : 1./8,
"file_name" : None,
"propogate_style_to_family" : True,
"propagate_style_to_family" : True,
"fill_color" : BLACK,
"fill_opacity" : 0.8,
"stroke_color" : WHITE,