You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Very odd; my guess is that the import triggers accelerated hardware rendering, which is sometimes less accurate, or at least can cause minor subpixel shifts like this. (The tiny pixels come from the vertical caret line extending just slightly too far, so when a line of code is redrawn, it's not fully cleared.)
Description
Making a new line in Linux once imported JavaFX results in strange dots/pixels on the new line after that.
Expected Behavior
No strange suspect white pixels.
Current Behavior
Strange suspect white pixels!
Every time I make a new line there is a pixel there.
Here's a screenshot.
The white pixels are too small to be part of the font, and the one on line 2 looks a bit different (more, white, less pixels) to the others.
This is super strange, I'd like to know more about this issue.
If you want further info about the bug (logs, videos, etc.) I'll be happy to provide :)
Steps to Reproduce
Your Environment
Possible Causes / Solutions
The text was updated successfully, but these errors were encountered: