Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9017f21

Browse files
committed
document bezier/path refactor API changes
1 parent 1cf5592 commit 9017f21

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/api/next_api_changes/removals.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,11 @@ Classes and methods
8484

8585
- ``image.BboxImage.interp_at_native`` property (no replacement)
8686
- ``lines.Line2D.verticalOffset`` property (no replacement)
87-
- ``bezier.find_r_to_boundary_of_closedpath()`` (no relacement)
87+
- ``bezier.find_r_to_boundary_of_closedpath()`` (no replacement)
88+
- ``bezier.inside_circle()`` (no replacement)
89+
- ``bezier.split_path_inout`` (use ``Path.split_path_inout`` instead)
90+
- ``bezier.make_path_regular`` (use ``Path.make_path_regular`` instead)
91+
- ``bezier.concatenate_paths`` (use ``Path.make_compound_path`` instead)
8892

8993
- ``quiver.Quiver.color()`` (use ``Quiver.get_facecolor()`` instead)
9094
- ``quiver.Quiver.keyvec`` property (no replacement)

0 commit comments

Comments
 (0)