Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只想通知您,您忘记将 originX 和 originY 设置为中心。我复制了最新版本,发现我所有的对象都被移动了。我将原点设置为中心,然后一切看起来都像以前一样。在文档中默认值也是中心。
这是最新的变化:
请检查: https ://github.com/kangax/fabric.js/commit/330784ac2c7297cd34c2c7fbe6ea69c8079b9e85#commitcomment-4529854
您仍然可以通过简单地执行以下操作来使您的应用程序中的内容保持不变
fabric.Object.prototype.originX = fabric.Object.prototype.originY = 'center'