Remove VMobject.add_control_points

This commit is contained in:
Grant Sanderson 2019-02-05 15:25:15 -08:00
parent d695e2cc0b
commit 272c5f4deb

View file

@ -782,7 +782,7 @@ class Logo(VMobject):
for (a, b) in [(0.25, 1), (0, 0.25)] for (a, b) in [(0.25, 1), (0, 0.25)]
]) ])
for sector in new_pupil: for sector in new_pupil:
sector.add_control_points([ sector.add_cubic_bezier_curve_to([
sector.points[-1], sector.points[-1],
*[center] * 3, *[center] * 3,
*[sector.points[0]] * 2 *[sector.points[0]] * 2