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

drag a rotated shape lead to memory leak #1089

Open
JRTian opened this issue Nov 2, 2017 · 0 comments
Open

drag a rotated shape lead to memory leak #1089

JRTian opened this issue Nov 2, 2017 · 0 comments

Comments

@JRTian
Copy link

JRTian commented Nov 2, 2017

in the reference, a transformation can be done like below
// if you want you can append or prepend transformations
el.transform("...t50,50");

I think that's the way to move a shape which has been rotated (transformed).
I use this way when dragging a rotated shape then I find the transformation string is getting longer and longer and it leads to memory leak.

Any better way to move a rotated(or transformed) to avoid the memory leak?

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

1 participant