This commit is contained in:
李志鹏
2025-11-10 17:07:05 +08:00
parent 804040d9fd
commit 4365b810db

View File

@@ -226,8 +226,8 @@
const finalState = { ...initialState };
const angle = e.target.value;
const { x, y } = calculateRotatedTopLeftDeg(
obj.width,
obj.height,
obj.width * obj.scaleX,
obj.height * obj.scaleY,
obj.left,
obj.top,
obj.angle,