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.
用例:我主要选择一个织物对象。接下来,我按住 [Ctrl] 并选择另一个织物对象。此时,必须突出显示两个对象(类似于在 Microsoft Word 中绘制的形状)。
有没有办法做到这一点?
PS:我希望在不使用鼠标拖动选择的情况下完成此操作。
通过fabric-1.0.0.js文件调试后发现我的canvas.selection设置为false。这对我来说是一个错误,因为是我早先设置了这个值以避免鼠标拖动组选择。
不过,感谢@kangax 让我知道 shiftKey 在织物中的使用!虽然我无法选择您的评论作为正确答案,但我在这里说明这一点。