-
Notifications
You must be signed in to change notification settings - Fork 39
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
rotationPoint option #56
Comments
Yeah, you are right, i did not specify
If you want set initial position you need to use staging version. I will add it to stable version when it will be tested well. Please let me know if you will have any troubles with lib usage. |
Hi I think defining the rotation point in a callback method could be useful. Thanks |
Thanks for PR Probably it is better to add new method called like |
i prepared PR ^ with your proposed functionality, please take a look and let me know if you will have any thoughts |
It looks excellent. I have my kids this week, but I try to test this as soon as possible Thank you Santa Clauscarter |
Sorry for the late feedback. This is truly amazing. I tried absolute positioning It work very well. Congratulations and 2022 thanks. I'll try to make my svg puppet now and post you a link when done |
# [1.1.0](v1.0.0...v1.1.0) (2022-07-04) ### Bug Fixes * fix wrong transform-origin position for nested elements ([93af678](93af678)) * **core:** fixed tests ([5d81abe](5d81abe)) * **src:** fixed undefined containerMatrix value on applying alignment ([6b20349](6b20349)) * **core:** set correct transform origin, allow alignment for groupable html elements ([cf29d29](cf29d29)) ### Features * **src:** add setCenterPoint method ([7995cf5](7995cf5)), closes [#56](#56) * added transform origin support ([75e33de](75e33de))
Hi
Sorry to bother you again.
You did not specify on the readme the rotationPoint option.
I tried to put a boolean and it works fine I can drag the rotation center.
I also tried
rotationPoint: [200, 200],
but it does not seem to change the position of this point.
Is there anyway to move this point in the init function ? Maybe by adding parameters to the function resetCenterPoint?
Thanks I am already greatly impressed by the possibilities enabled by subjx.
The text was updated successfully, but these errors were encountered: