Don't have a default flat stroke in set_style

This commit is contained in:
Grant Sanderson 2024-08-20 12:13:18 -05:00
parent 7474ae17b0
commit 910f28f52e

View file

@ -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: