Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Group是否无法设置变换中心 #1553

Closed
leon-kfd opened this issue Oct 13, 2023 · 1 comment
Closed

Group是否无法设置变换中心 #1553

leon-kfd opened this issue Oct 13, 2023 · 1 comment
Assignees

Comments

@leon-kfd
Copy link

Group里面有一个Circle,设置scale,变换中心在左上角,应该如何设置

@xiaoiver xiaoiver self-assigned this May 23, 2024
@xiaoiver
Copy link
Contributor

https://codesandbox.io/p/sandbox/dark-sunset-bquldv?file=%2Findex.js%3A31%2C8

const group = new Group({
  style: {
    transformOrigin: "0 0",
  },
});
group.appendChild(circle);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants