Change default to non-flat stroke rendering

This commit is contained in:
Grant Sanderson 2024-08-07 11:23:37 -05:00
parent 61a2b4d0da
commit 0dcf630222

View file

@ -97,7 +97,7 @@ class VMobject(Mobject):
long_lines: bool = False,
# Could also be "no_joint", "bevel", "miter"
joint_type: str = "auto",
flat_stroke: bool = True,
flat_stroke: bool = False,
use_simple_quadratic_approx: bool = False,
# Measured in pixel widths
anti_alias_width: float = 1.5,