We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d40eb9 commit 3e64869Copy full SHA for 3e64869
manim/mobject/types/vectorized_mobject.py
@@ -1940,7 +1940,7 @@ def pointwise_become_partial(
1940
else:
1941
# make a copy of points before setting self.points = np.empty(...)
1942
vmobject_points = vmobject.points.copy()
1943
-
+
1944
# Allocate space for (upper_index-lower_index+1) Bézier curves.
1945
self.points = np.empty((nppc * (upper_index - lower_index + 1), self.dim))
1946
# Look at the "lower_index"-th Bezier curve and select its part from
0 commit comments