-
Notifications
You must be signed in to change notification settings - Fork 651
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
The opacity property should not be applied to children of an element but apply evenly to the element and the children #725
Comments
tronical
added a commit
that referenced
this issue
Mar 18, 2022
tronical
added a commit
that referenced
this issue
Mar 18, 2022
tronical
added a commit
that referenced
this issue
Mar 18, 2022
tronical
added a commit
that referenced
this issue
Mar 18, 2022
tronical
added a commit
that referenced
this issue
Mar 18, 2022
tronical
added a commit
that referenced
this issue
Mar 18, 2022
tronical
added a commit
that referenced
this issue
Mar 18, 2022
tronical
added a commit
that referenced
this issue
Mar 18, 2022
tronical
added a commit
that referenced
this issue
Mar 18, 2022
tronical
added a commit
that referenced
this issue
Mar 18, 2022
Merged
tronical
added a commit
that referenced
this issue
Mar 18, 2022
This also separates the blend-to-screen part of render_layer into a helper function, as that will be useful in the future with public layer elements. Relates to #725
tronical
added a commit
that referenced
this issue
Mar 18, 2022
tronical
added a commit
that referenced
this issue
Mar 18, 2022
This also separates the blend-to-screen part of render_layer into a helper function, as that will be useful in the future with public layer elements. Relates to #725
tronical
added a commit
that referenced
this issue
Mar 18, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following test case is currently rendered incorrectly (different than the way for example opacity works in CSS):
Current (wrong) output (with the GL backend):
However the red and the blue rectangle should be rendered without opacity and then blended against the background with the specified opacity:
The text was updated successfully, but these errors were encountered: