You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that get_anchors() returns a new object whereas get_anchors_and_handles() returns a reference.
get_start_anchors() and get_end_anchors() also return a reference.
Expected behavior
Consistency between the methods would be desirable.
Description of bug / unexpected behavior
It seems that get_anchors() returns a new object whereas get_anchors_and_handles() returns a reference.
get_start_anchors() and get_end_anchors() also return a reference.
Expected behavior
Consistency between the methods would be desirable.
How to reproduce the issue
The following snippet produce
produces
whereas the following snippet
produces
The text was updated successfully, but these errors were encountered: