https://bugs.documentfoundation.org/show_bug.cgi?id=166842
Bug ID: 166842
Summary: do not use FillColor==COL_TRANSPARENT on OutputDevice
if that OutputDevice does not support alpha
Product: LibreOffice
Version: 25.8.0.0 alpha0+
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: enhancement
Priority: medium
Component: LibreOffice
Assignee: [email protected]
Reporter: [email protected]
Description:
This bug is just to keep track of the overview of a series of related patches I
intend to submit.
The context for this is my ongoing work on making vcl support merged
color+alpha.
In the process of doing that work I ran into places where code was using
COL_TRANSPARENT on an OutputDevice that did not support alpha. What happens
then is that the fill color becomes COL_WHITE, which is generally not what we
wantr.
Steps to Reproduce:
1.x
2.x
3.x
Actual Results:
x
Expected Results:
x
Reproducible: Always
User Profile Reset: No
Additional Info:
x
--
You are receiving this mail because:
You are the assignee for the bug.