mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 22:47:45 +00:00
Change default to non-flat stroke rendering
This commit is contained in:
parent
61a2b4d0da
commit
0dcf630222
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue