[Libreoffice-bugs] [Bug 127992] Cairo backend does not return GetPixel() correctly

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Oct 9 23:47:28 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=127992

Chris Sherlock <chris.sherlock79 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #3 from Chris Sherlock <chris.sherlock79 at gmail.com> ---
I debugged this, and it isn't an issue with premultiplied alpha as far as I can
see. In SvpSalGraphics::getPixel, the value of data is 0x0000 

 unsigned char *data = cairo_image_surface_get_data(target);

data[SVP_CAIRO_ALPHA] is 0
data[SVP_CAIRO_BLUE] is 0  
data[SVP_CAIRO_GREEN] is 0
data[SVP_CAIRO_RED] is 0

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20191009/1dc4c8ac/attachment.html>


More information about the Libreoffice-bugs mailing list