-
-
Notifications
You must be signed in to change notification settings - Fork 889
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
Background color alpha overlap at bottom #250
Comments
Same issue here. It's not possible to define an alpha value or opacity for colors for attributes within the html content. |
I looked into this - it's happening because the colors are getting compounded: When there are multiple items with the same background color on top of each other, and they have some transparency, Flutter is going to render the intersection of those items darker than the original color. I'm going to see if there's a way to prevent this if this behavior is not in line with HTML spec. Edit: I found which widget is causing this, its the With this in mind, I don't know if we should try to fix this, it could prove an issue when others want this behavior. What are your thoughts @erickok ? |
Closing, since this is expected behavior |
Errors in both light and dark mode
new-parser
branchCode:
Most colors .withAlpha have this issue
The text was updated successfully, but these errors were encountered: