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

Object Drift on Zoom #51

Open
KBirenheide opened this issue Nov 30, 2020 · 2 comments
Open

Object Drift on Zoom #51

KBirenheide opened this issue Nov 30, 2020 · 2 comments

Comments

@KBirenheide
Copy link

Hello,

As also mentioned in #48, zooming the OSD document will cause fabric objects to drift. They will slightly shift positions and no longer align properly with the image below.

Has anyone encountered this issue and found a workable solution or could point me in the right direction on where to start working one out myself?

Best regards,
Koray Birenheide

@paolomazzone
Copy link

Hello,
any news about this problem?

Thank you

Paolo

@skuracj
Copy link

skuracj commented Dec 1, 2021

@KentaiP @paolomazzone

Not sure if u had similar issue:

[before]
https://user-images.githubusercontent.com/73294501/144241261-4a0488be-04e6-4a16-8112-87cca4a89a12.mov

[after]
https://user-images.githubusercontent.com/73294501/144241278-77a343b0-dae8-4927-b296-a13fc369b9d4.mov

If yes - Try to remove Math.round from

let x = Math.round(viewportWindowPoint.x);
let y = Math.round(viewportWindowPoint.y);

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

3 participants