mirror of
https://github.com/3b1b/manim.git
synced 2025-07-31 22:13:30 +08:00
More vectorizations conversions
This commit is contained in:
@ -184,6 +184,7 @@ class VMobjectFromSVGPathstring(VMobject):
|
||||
if not is_closed(points):
|
||||
#Both handles and new anchor are the start
|
||||
new_points = points[[0, 0, 0]]
|
||||
self.mark_paths_closed = True
|
||||
self.growing_path.add_control_points(new_points)
|
||||
|
||||
def string_to_points(self, coord_string):
|
||||
|
Reference in New Issue
Block a user