mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 17:29:06 +08:00
typo changes
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user