More vectorizations conversions

This commit is contained in:
Grant Sanderson
2016-04-19 00:20:19 -07:00
parent e4c73306db
commit cb3fff7da5
7 changed files with 171 additions and 283 deletions

View File

@ -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):