mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 19:46:21 +08:00
Renamed SPACE_WIDTH and SPACE_HEIGHT to SPACE_X_RADIUS and SPACE_Y_RADIUS to be less confusing
This commit is contained in:
@ -778,7 +778,7 @@ class TowerExponentFrame(Scene):
|
||||
$7{,}625{,}597{,}484{,}987$. But with the triangle
|
||||
of power, the difference is crystal clear:
|
||||
""")
|
||||
words.scale_to_fit_width(2*SPACE_WIDTH-1)
|
||||
words.scale_to_fit_width(2*SPACE_X_RADIUS-1)
|
||||
words.to_edge(UP)
|
||||
top1 = TOP(TOP(3, 3), 3)
|
||||
top2 = TOP(3, (TOP(3, 3)))
|
||||
|
Reference in New Issue
Block a user