Page MenuHomePhabricator

Incorrect colors in PNG thumbnail of SVG file with mix-blend-mode
Closed, InvalidPublicBUG REPORT

Description

Steps to replicate the issue

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.

Event Timeline

Cannot reproduce locally with a non-ancient librsvg version (2.56.3). Might get fixed once Wikimedia servers get upgraded to some non-ancient versions...

Aklapper renamed this task from SVG render issue with mix-blend-mode to Incorrect colors in PNG thumbnail of SVG file with mix-blend-mode.Aug 6 2023, 10:05 AM
JoKalliauer subscribed.

mix-blend-mode is not part of the current SVG 1.1-Secifications, therefore ignoring is imho technically correct, see also https://github.com/RazrFalcon/resvg/issues/240#issuecomment-592200025 or https://github.com/RazrFalcon/resvg/issues/243#issuecomment-592811200