mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Remove VMobject.add_control_points
This commit is contained in:
parent
d695e2cc0b
commit
272c5f4deb
1 changed files with 1 additions and 1 deletions
|
@ -782,7 +782,7 @@ class Logo(VMobject):
|
|||
for (a, b) in [(0.25, 1), (0, 0.25)]
|
||||
])
|
||||
for sector in new_pupil:
|
||||
sector.add_control_points([
|
||||
sector.add_cubic_bezier_curve_to([
|
||||
sector.points[-1],
|
||||
*[center] * 3,
|
||||
*[sector.points[0]] * 2
|
||||
|
|
Loading…
Add table
Reference in a new issue