You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.
I want to show the shape position and the size on the screen as soon as the user drags or scales the shapes.
Is there any event, using which I can know the updated positions and the size of the free transformed shapes.
I've below code-
ft = paper.freeTransform(this, { draw: 'bbox', boundary: false }, updateViewValues);
updateViewValues is function where I show the current position and the size of the shape. This works when the shape is moved, but when the shape is scaled or rotated it doesn't triggers.
Any suggestions on this.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I want to show the shape position and the size on the screen as soon as the user drags or scales the shapes.
Is there any event, using which I can know the updated positions and the size of the free transformed shapes.
I've below code-
ft = paper.freeTransform(this, { draw: 'bbox', boundary: false }, updateViewValues);
updateViewValues is function where I show the current position and the size of the shape. This works when the shape is moved, but when the shape is scaled or rotated it doesn't triggers.
Any suggestions on this.
The text was updated successfully, but these errors were encountered: