mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Change default anti_alias_width to 1.5
This commit is contained in:
parent
aea747b6d3
commit
5decf810e7
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ class VMobject(Mobject):
|
|||
flat_stroke: bool = True,
|
||||
use_simple_quadratic_approx: bool = False,
|
||||
# Measured in pixel widths
|
||||
anti_alias_width: float = 1.0,
|
||||
anti_alias_width: float = 1.5,
|
||||
fill_border_width: float = 0.5,
|
||||
use_winding_fill: bool = True,
|
||||
**kwargs
|
||||
|
|
Loading…
Add table
Reference in a new issue