Change default anti_alias_width to 1.5

This commit is contained in:
Grant Sanderson 2024-08-01 07:41:45 -05:00
parent aea747b6d3
commit 5decf810e7

View file

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