mirror of
https://github.com/3b1b/manim.git
synced 2022-02-13 01:39:48 +03:00
Update boolean_ops.py
This commit is contained in:
@@ -41,7 +41,7 @@ def _convert_skia_path_to_vmobject(path, vmobject):
|
||||
vmobject.add_quadratic_bezier_curve_to(*points)
|
||||
else:
|
||||
raise Exception(f"Unsupported: {path_verb}")
|
||||
return vmobject
|
||||
return vmobject.reverse_points()
|
||||
|
||||
|
||||
class Union(VMobject):
|
||||
|
||||
Reference in New Issue
Block a user