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