mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Adjust annotation
This commit is contained in:
parent
296ab84b46
commit
b11ce7ff7c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue