mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Merge pull request #1724 from TurkeyBilly/patch-2
Temporarily fix boolean operation bug
This commit is contained in:
commit
1e2a6ffb8a
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ def _convert_skia_path_to_vmobject(path, vmobject):
|
||||||
vmobject.add_quadratic_bezier_curve_to(*points)
|
vmobject.add_quadratic_bezier_curve_to(*points)
|
||||||
else:
|
else:
|
||||||
raise Exception(f"Unsupported: {path_verb}")
|
raise Exception(f"Unsupported: {path_verb}")
|
||||||
return vmobject
|
return vmobject.reverse_points()
|
||||||
|
|
||||||
|
|
||||||
class Union(VMobject):
|
class Union(VMobject):
|
||||||
|
|
Loading…
Add table
Reference in a new issue