-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
Zoom causes nodes to Blur #178
Comments
Unfortunately this is a compositing issue by Chrome which I don't know how to fix. In this case, Chrome always puts the Math node into its own compositing layer as long as it has the output interface... no clue why. But text in elements, that are on their own compositing layer, is always blurry as soon as there are some scale transforms applied. Really sucks, I know 😞 If anybody is able to find a workaround for this, I am very happy to integrate it and fix this issue. |
Hi, I managed to make it work (at least for me) In the file
Hope it is useful for someone, maybe not the best way but it works fine for me :) |
@newcat I can confirm this worked for me also. This would be in baklavajs-plugin-renderer-vue/src/components/Editor.vue in line 123. This also fixed an issue where while zoomed out the text input would blur when selected. |
Have fixed this in v1.9.3. It does slightly decrease the performance but I guess it's better than having blurry nodes. Thanks for finding the workaround @SK0P3iN and for verifying it @code-is-art . |
Hi there, I have a simple custom node with one text area option (note this text area is an Ant Design component). It looks good in general, but when zooming in/out and then clicking on the text area to type text, the whole node gets blurred. When clicking outside the text area, then it gets back to normal. This does not happen if I don't zoom in/out. Not sure why but Github does not allow me to upload a screenshot :-/ |
Zooming in/out on nodes makes them blurry.
Just for me or anyone facing the same issue?
The text was updated successfully, but these errors were encountered: