mirror of
https://github.com/3b1b/manim.git
synced 2025-11-15 21:17:45 +00:00
Change default fill from WHITE to GREY_C
This commit is contained in:
parent
72aaed57d5
commit
880aaf913f
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ class VMobject(Mobject):
|
|||
def __init__(
|
||||
self,
|
||||
color: ManimColor = None, # If set, this will override stroke_color and fill_color
|
||||
fill_color: ManimColor = WHITE,
|
||||
fill_color: ManimColor = GREY_C,
|
||||
fill_opacity: float | Iterable[float] | None = 0.0,
|
||||
stroke_color: ManimColor = GREY_A,
|
||||
stroke_opacity: float | Iterable[float] | None = 1.0,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue