mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Fix typo
This commit is contained in:
parent
c8a77a352f
commit
e1abae1d96
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ def _convert_vmobject_to_skia_path(vmobject: VMobject) -> pathops.Path:
|
|||
path.moveTo(*start[:2])
|
||||
for p0, p1, p2 in quads:
|
||||
path.quadTo(*p1[:2], *p2[:2])
|
||||
if vmobject.consider_points_equals(subpath[0], subpath[-1]):
|
||||
if vmobject.consider_points_equal(subpath[0], subpath[-1]):
|
||||
path.close()
|
||||
return path
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue