简体中文
主题
在场景图中作为其他图形的容器。参考 SVG g。
const group = new Group(); group.appendChild(circle); group.transform.x = 100;