We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for your great work! Can't figure it out in one thing, could you tell me what might be wrong here? What information can I provide for details?
The text was updated successfully, but these errors were encountered:
onRotateStart() { e.setFixedDirection([0, 0]) }
this code helped with rotate, but not with origin
Sorry, something went wrong.
@flokiowl
Maybe it's an svg element? To see it as a video, it is judged as an svg element. svg origin is (0, 0) of <svg>.
<svg>
If your video is svg then setFixedDirection will be fixed later.
Yep, you are right, it is SVG. Thanks for quick response)
feat: add svgOrigin prop #894
619d57d
croact-moveable
@moveable/helper
lit-moveable
moveable
preact-moveable
react-moveable
svelte-moveable
vue-moveable
vue3-moveable
ngx-moveable
moveable's new version is released.
svgOrigin prop is added.
svgOrigin
If you want to set it separately in svg, try setting svgOrigin to "50% 50%".
svgOrigin to "50% 30%" is not work。 @daybrush it is work as '50% 50%'
No branches or pull requests
Environments
Description
Thanks for your great work! Can't figure it out in one thing, could you tell me what might be wrong here? What information can I provide for details?
c12fb34c-d8c0-4a0e-8a9f-47693d239ed2.mp4
The text was updated successfully, but these errors were encountered: