I’ve encountered this bug when working with SnapLinkReshapingTool: if you drag resegmentation handle vertically down, when it passes reshaping handle it starts to produce a lot of new handle points. When debugging I saw point number exceeding 100, so only part of them is visible on the video.
Video is captured on sample page with avoidsNodes unchecked:
For some segments moving up produces the same issue, but not for all of them. I haven’t noticed anything similar when dragging horizontally.
I also wasn’t able to reproduce it with regular reshaping tool.
I tried mutating point in computeReshape override instead of creating a new point, but it still reproduces
Tried 3.0.27 and 3.1.0 versions, reproduces on both