mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
Use get_bounding_box_point instead of get_critical_point (#4560)
This commit is contained in:
parent
715b61168e
commit
0223143739
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ class GrowFromEdge(GrowFromPoint):
|
|||
point_color: ParsableManimColor | None = None,
|
||||
**kwargs: Any,
|
||||
):
|
||||
point = mobject.get_critical_point(edge)
|
||||
point = mobject.get_bounding_box_point(edge)
|
||||
super().__init__(mobject, point, point_color=point_color, **kwargs)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue