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);