From e74a341468955c7a3b9d836873db58388dc6c034 Mon Sep 17 00:00:00 2001 From: Anthony Debucquoy Date: Mon, 10 Mar 2025 15:13:08 +0100 Subject: [PATCH] Unzoom in one swoop --- main.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/main.py b/main.py index e66310e..91f241a 100644 --- a/main.py +++ b/main.py @@ -71,10 +71,8 @@ class snowflake(Scene): self.play(Rotate(segment2, 2 * PI / 3, axis=[0,0,1], about_point=[0, mid, 0]), Rotate(segment3, -2 * PI / 3, axis=[0,0,1], about_point=[0, mid, 0])) - # self.play(segs.animate.center()) - # self.play(segs.animate.scale(0.5)) - self.play(segs.animate.scale(0.5).center()) + lines = [ Line(segment.get_all_points()[0], segment.get_all_points()[-1], color=RED), Line(segment2.get_all_points()[0], segment2.get_all_points()[-1], color=RED),