Steps to replicate the issue
- Upload a SVG on Commons using style="mix-blend-mode:screen" on some objects. For instance https://upload.wikimedia.org/wikipedia/commons/2/2f/Thunderbird_2023_icon.svg
- Look at how the SVG is rendered when converted to PNG. For instance https://upload.wikimedia.org/wikipedia/commons/thumb/archive/2/2f/20230712182608%21Thunderbird_2023_icon.svg/120px-Thunderbird_2023_icon.svg.png
What happens?:
The blending mode seem ignored. For instance in the case of that file, the shading isn’t blended with the sames and appear as an opaque purple layer on top.
What should have happened instead?:
The blending mode should be applied.