fix
This commit is contained in:
@@ -226,8 +226,8 @@
|
|||||||
const finalState = { ...initialState };
|
const finalState = { ...initialState };
|
||||||
const angle = e.target.value;
|
const angle = e.target.value;
|
||||||
const { x, y } = calculateRotatedTopLeftDeg(
|
const { x, y } = calculateRotatedTopLeftDeg(
|
||||||
obj.width,
|
obj.width * obj.scaleX,
|
||||||
obj.height,
|
obj.height * obj.scaleY,
|
||||||
obj.left,
|
obj.left,
|
||||||
obj.top,
|
obj.top,
|
||||||
obj.angle,
|
obj.angle,
|
||||||
|
|||||||
Reference in New Issue
Block a user