-
Notifications
You must be signed in to change notification settings - Fork 236
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
Selected color with alpha add extra colors #1238
Comments
It looks like there's a single pixel space between each line, and that pixel is being colored red without the alpha being applied ??? |
@Jugen I checked the color if this one pixel line, it is |
So I've figured it out and it's coming from the overlap of the top highlight line with the one underneath it. RichTextFX/richtextfx/src/main/java/org/fxmisc/richtext/ParagraphText.java Lines 353 to 410 in 9695091
|
This is my java code:
This is CSS code:
And this is result:
As you see selected text is "underlined". Is this a bug or I do something wrong?
The text was updated successfully, but these errors were encountered: