mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 13:34:19 +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:
@ -193,7 +193,7 @@ class FocusOn(Transform):
|
||||
def __init__(self, mobject_or_point, **kwargs):
|
||||
digest_config(self, kwargs)
|
||||
big_dot = Dot(
|
||||
radius = SPACE_WIDTH+SPACE_HEIGHT,
|
||||
radius = SPACE_X_RADIUS+SPACE_Y_RADIUS,
|
||||
stroke_width = 0,
|
||||
fill_color = self.color,
|
||||
fill_opacity = 0,
|
||||
|
Reference in New Issue
Block a user