Created attachment 146439 [details] Screenshot of arc with handles Draw a sector, arc or segment and switch to 'Edit Point' mode. Notice, that the bottom and the bottom-right handles are missing. The error was introduced with SdrCircObj::AddToHdlList and is similar to that for legacy rectangle.
Patch waits for review: https://gerrit.libreoffice.org/#/c/63103/
Regina, may be we need just delete all legacy shapes from Draw?
Regina Henschel committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/bd9762c080aaa6b7e0f5e628a730ec2a594b9662%5E%21 tdf#121271 Use correct handles for arc in 'Edit Point' mode It will be available in 6.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
(In reply to Roman Kuznetsov from comment #2) > Regina, may be we need just delete all legacy shapes from Draw? No, they have different properties than custom shape, e.g. numerical shearing, text wrap to contour and text stretching. And arc and segment do not exist in custom shapes.