-
Since c4b67b55af68ab18c497861cd12b65a0107fd579 some mix blend mode tests do not pass anymore. For example: tests/wpt/web-platform-tests/css/compositing/compositing_simple_div.html
-
What do the blend modes `clear`, `copy`, `sourceIn`, `sourceOut`, `sourceAtop`, `destinationOver`, `destinationIn`, `destinationOut`, `destinationAtop`, `xOR`, `plusDarker`, `plusLighter` actually do?…
-
# 🐞 Bug Report
### 📋 Description
### ⚙️ Steps to Reproduce
Steps to reproduce the behavior:
1. Open the website and go to the homepage.
2. Observe the navigation bar at the top and locate t…
-
There was a [note in the HCT blog post on material.io](https://material.io/blog/science-of-color-design#:~:text=By%20the%20end,other%20color%20spaces.) about gradient functionality as well as a mentio…
-
### Is your feature request related to a problem?
Currently, when drawing something with non-opaque alpha, the drawn element will always blend with the underlying image, rather than replacing its alp…
-
The lack of support for additive blending has been discussed on the main glTF repo:
https://github.com/KhronosGroup/glTF/issues/1189
and in the broader context of blending modes here:
https:/…
-
On the https://drafts.fxtf.org/compositing-1/ document, the mix-blend-mode and background-blend-mode CSS properties support only blend modes and not Porter Duff compositing operations, and that's perf…
-
Hi,
I've been using Effekseer in a web project for a while now and things have been working fine but I have run into an issue.
The issue being that for certain combinations of elements with differ…
-
### Use case
CSS mix-blend-mode, Figma and Sketch uses plusDarker and plusLighter as blend modes. We also need this in Flutter. Tried to find an issue with those words but didn't find anything, so he…
-
Currently, I don't think there's a way to set a blend mode without knowing something about the private API.
[BlendingState](https://cesiumjs.org/Cesium/Build/Documentation/BlendingState.html) says…