ikuaitu / vue-fabric-editor

快图设计-基于fabric.js和Vue的开源图片编辑器,可自定义字体、素材、设计模板。fabric.js and Vue based image editor, can customize fonts, materials, design templates.
https://ikuaitu.github.io/doc/#/
MIT License
5.73k stars 1.06k forks source link

拖拽画布时元素位置偏移 #507

Open 875908494 opened 3 months ago

875908494 commented 3 months ago

Describe the bug 按住空格拖拽画布时,元素的位置信息发生了像素偏移,比如一开始坐标为0,0的元素,在按住空格键拖拽完画布后,元素的坐标变为了-1,2等,这是为什么,是在mouse:move的时候计算位置出了问题嘛