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

Chris Sherlock <[email protected]> changed:

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

--- Comment #3 from Chris Sherlock <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to