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.
私はFabricJSを使用していますが、ユーザーがその幅だけで図形のサイズを変更できるようにし、高さのハンドルを何らかの方法で非表示またはロックして、使用できないようにしたいです。
誰かがそれを行う方法を知っていますか?
次のように高さのスケーリングをロックできます: myObject.lockScalingY = true;
高さスケーリング ハンドルは表示されますが、使用できません。