mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Don't have a default flat stroke in set_style
This commit is contained in:
parent
7474ae17b0
commit
910f28f52e
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ class VMobject(Mobject):
|
||||||
stroke_rgba: Vect4 | None = None,
|
stroke_rgba: Vect4 | None = None,
|
||||||
stroke_width: float | Iterable[float] | None = None,
|
stroke_width: float | Iterable[float] | None = None,
|
||||||
stroke_background: bool = False,
|
stroke_background: bool = False,
|
||||||
flat_stroke: bool = False,
|
flat_stroke: Optional[bool] = None,
|
||||||
shading: Tuple[float, float, float] | None = None,
|
shading: Tuple[float, float, float] | None = None,
|
||||||
recurse: bool = True
|
recurse: bool = True
|
||||||
) -> Self:
|
) -> Self:
|
||||||
|
|
Loading…
Add table
Reference in a new issue