https://bugs.documentfoundation.org/show_bug.cgi?id=141269
--- Comment #9 from Xisco FaulĂ <[email protected]> ---
it seems this change fixes the issue
--- a/vcl/source/filter/png/pngwrite.cxx
+++ b/vcl/source/filter/png/pngwrite.cxx
@@ -563,7 +563,7 @@ sal_uLong PNGWriterImpl::ImplGetFilter(sal_uLong nY,
sal_uLong nXStart, sal_uLon
*pDest++ = rColor.GetRed();
*pDest++ = rColor.GetGreen();
*pDest++ = rColor.GetBlue();
- *pDest++ = 255 -
mpMaskAccess->GetIndexFromData(pScanlineMask, nX);
+ *pDest++ =
mpMaskAccess->GetIndexFromData(pScanlineMask, nX);
}
}
else
however, it breaks the transparency of the icons in the sidebar
--
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