mirror of
https://github.com/3b1b/manim.git
synced 2025-07-29 13:03:31 +08:00
Adjust annotation
This commit is contained in:
@ -645,7 +645,7 @@ class Mobject(object):
|
||||
|
||||
def scale(
|
||||
self,
|
||||
scale_factor: float | Sequence[float],
|
||||
scale_factor: float | npt.ArrayLike,
|
||||
min_scale_factor: float = 1e-8,
|
||||
about_point: np.ndarray | None = None,
|
||||
about_edge: np.ndarray = ORIGIN
|
||||
|
Reference in New Issue
Block a user