mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Reset default in set_style to stroke_background = False
This commit is contained in:
parent
1eb819363d
commit
b216b8f7e3
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ class VMobject(Mobject):
|
|||
stroke_opacity: float | Iterable[float] | None = None,
|
||||
stroke_rgba: Vect4 | None = None,
|
||||
stroke_width: float | Iterable[float] | None = None,
|
||||
stroke_background: bool = True,
|
||||
stroke_background: bool = False,
|
||||
shading: Tuple[float, float, float] | None = None,
|
||||
recurse: bool = True
|
||||
) -> Self:
|
||||
|
|
Loading…
Add table
Reference in a new issue