-
Notifications
You must be signed in to change notification settings - Fork 17.3k
Loss of subpixel AA on soft-wrapped line #16889
Comments
@50Wliu What is your |
Can't believe I forgot to add that. It's 1.5. |
Master build on: 429f2bd My |
Thanks very much @Ben3eeE 🙇 |
White mice! It's Windows! I tried recreating this on Mac, no luck. It must be Windows-only issue. Did you notice, M$ have never really, completely, nailed the antialiasing; they were meant to with original Longhorn plan but didn't make it. Gates had just took the foot off the pedal back then. And since then the issue became fossilised. |
We merged #16943 which improves this but it's still possible to reproduce when the edit is very near the edge of the window. /cc: #16943 (comment) Edit: Need to update the steps to reproduce to be for #16943 (comment) and confirm that what I see in this comment is the same issue or if this should be closed and a new issue opened. Labeling as more-information-needed for now until that is fixed. |
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further. |
This issue has been automatically locked since there has not been any recent activity after it was closed. If you can still reproduce this issue in Safe Mode then please open a new issue and fill out the entire issue template to ensure that we have enough information to address your issue. Thanks! |
Prerequisites
Description
This is a followup to #16595. I tried replacing
Math.ceil
with bothceilToPhysicalPixelBoundary
androundToPhysicalPixelBoundary
but neither fixed the issue I'm seeing.Steps to Reproduce
Expected behavior: Subpixel AA
Actual behavior: Subpixel AA is lost on the entire file
Reproduces how often: 100%
Sorry for the GIF quality. Had some troubles with Licecap + Magnifier interaction.
Versions
Additional Information
Refs #16595
/cc @as-cii
The text was updated successfully, but these errors were encountered: