mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
No need to immediately compute triangulation for SVG paths
This commit is contained in:
parent
7dde368eeb
commit
7895a2cfee
1 changed files with 0 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue