0
次のようにグループ内のすべての要素を回転させることが可能である:Iin KonvaJS、グループ内のすべてのアイテムを比例的にサイズ変更する方法は? KonvaJSで
(this
は、グループオブジェクトを参照)
this.rotation('30'); // rotates all elements inside the group by 30°
私は幅/高さのサイズを変更しようとすると今では動作しません。 。
// trying to set the group width to 300px and make the grouped items inside increase proportionally.
this.width(300);