1
0
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:
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):