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.
Attachments
For Gerrit Dashboard: QTBUG-126726 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
571050,12 | Take Premultiplied Alpha into consideration | dev | qt/qtsvg | Status: MERGED | +2 | 0 |
579795,3 | Take Premultiplied Alpha into consideration | 6.8 | qt/qtsvg | Status: MERGED | +2 | 0 |
581848,2 | Take Premultiplied Alpha into consideration | 6.7 | qt/qtsvg | Status: MERGED | +2 | 0 |