From aa6c321a0a1e8864a8e1813149f3965298a0d1f6 Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Tue, 24 Jan 2023 14:25:02 -0800 Subject: [PATCH] Change InteractiveScene dot config --- manimlib/scene/interactive_scene.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manimlib/scene/interactive_scene.py b/manimlib/scene/interactive_scene.py index 0e9cac08..80c4c548 100644 --- a/manimlib/scene/interactive_scene.py +++ b/manimlib/scene/interactive_scene.py @@ -68,8 +68,8 @@ class InteractiveScene(Scene): """ corner_dot_config = dict( color=WHITE, - radius=0.05, - glow_factor=1.0, + radius=0.025, + glow_factor=2.0, ) selection_rectangle_stroke_color = WHITE selection_rectangle_stroke_width = 1.0