Update boolean_ops.py

This commit is contained in:
Bill Xi
2022-01-31 23:29:36 +08:00
committed by GitHub
parent 1ec00629a5
commit 56e5696163

View File

@ -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):