From ed5a435852d5968947cdafb87849a6891df5f87a Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Thu, 28 Apr 2022 12:14:49 -0600 Subject: [PATCH] Default to more highlight layers --- manimlib/mobject/types/vectorized_mobject.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manimlib/mobject/types/vectorized_mobject.py b/manimlib/mobject/types/vectorized_mobject.py index a8a8af7c..02575597 100644 --- a/manimlib/mobject/types/vectorized_mobject.py +++ b/manimlib/mobject/types/vectorized_mobject.py @@ -1202,7 +1202,7 @@ class VHighlight(VGroup): def __init__( self, vmobject: VMobject, - n_layers: int = 3, + n_layers: int = 5, color_bounds: tuple[ManimColor] = (GREY_C, GREY_E), max_stroke_addition: float = 5.0, ):