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),