Object's position moves when selecting multiple in fabric.js

Viewed 239

If select one object, there is no problem.

However, if you select two or more objects by dragging, the position of is moved as shown on the screen below.

enter image description here

enter image description here

Why is the value of "top" and "left" changing when you make multiple selections?

1 Answers

After trying n-number of solution I figured out the solution to this problem. It was something related to the zoomed canvas. Now it works fine!

Related