Details
-
Task
-
Resolution: Fixed
-
P2: Important
-
None
-
None
-
71cc30dc3 (dev), d15a73f56 (6.8), 67c983c12 (6.7)
Description
The equations used online in the SVG standard assume colors to be premultiplied by alpha. The current implementation use QImage::Format_RGBA8888. This means the output of each filter won't be alpha premultiplied, which can cause issues when passed as input to other filters that assume pre-multiplication by alpha.