Replies: 2 comments 2 replies
-
I tried to use the group method, which could fulfill my requirements, but when I stretched the rect element, the image would also be stretched, and I wanted the image to remain the original size |
Beta Was this translation helpful? Give feedback.
0 replies
-
You are probably scaling the group - don't. Do something else or unscale the image on the group's scaling event |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have two elements, one is rect and the other is image, and the image is inside the rect. I want to realize that the image is always centered based on the rect when the rect is moved
Beta Was this translation helpful? Give feedback.
All reactions