No need to immediately compute triangulation for SVG paths

This commit is contained in:
Grant Sanderson 2022-12-29 20:51:00 -08:00
parent 7dde368eeb
commit 7895a2cfee

View file

@ -323,7 +323,6 @@ class VMobjectFromSVGPath(VMobject):
self.set_points(self.get_points_without_null_curves())
# Save to a file for future use
np.save(points_filepath, self.get_points())
self.get_triangulation()
def handle_commands(self) -> None:
segment_class_to_func_map = {