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
I can repro like this. Probably device dependent. MacOS Chrome. My screen as 2 DPI.
shape().out()
Expected: Rectangle is still within the middle of the screen. Actual: Rectangle is not visible.
Interestingly, this works fine:
shape().scrollX(0).out()
Will investigate this further!
The text was updated successfully, but these errors were encountered:
The canvas sizing happens here:
flok/packages/web/src/components/hydra-canvas.tsx
Lines 22 to 23 in 1b53ab6
Before my patch it was:
width={window.innerWidth} height={window.innerHeight}
I suspect the misalignment may also happen when resizing the window?
Sorry, something went wrong.
Yes I imagine so! I was trying out some fixes but got distracted by #307 instead :)
No branches or pull requests
I can repro like this. Probably device dependent. MacOS Chrome. My screen as 2 DPI.
Expected: Rectangle is still within the middle of the screen.
Actual: Rectangle is not visible.
Interestingly, this works fine:
Will investigate this further!
The text was updated successfully, but these errors were encountered: