mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 02:35:22 +08:00
Reset default in set_style to stroke_background = False
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user