The position is changing slightly when transforming and moving past the anchored corner. This can be exaggerated by dragging a corner of a rect around the anchored corner. This issue seems to be specific to react-konva as I can't reproduce it with pure konva.js
and only happens when I set the prop keepRatio to false.
The position is changing slightly when transforming and moving past the anchored corner. This can be exaggerated by dragging a corner of a rect around the anchored corner. This issue seems to be specific to react-konva as I can't reproduce it with pure konva.js and only happens when I set the prop keepRatio to false.
Here is a codepen with the described issue: https://codesandbox.io/p/sandbox/green-morning-rp3hct?file=%2Fsrc%2FApp.js
Video showing the issue