Change-Id: Ic166e36a90c09df9cab49f3b2b8092e64730d05f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170245
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini 2024-07-09 17:36:33 +02:00 committed by Julien Nabet
parent 180d33c69a
commit a97e624692

View file

@ -1215,7 +1215,7 @@ void CairoPixelProcessor2D::processInvertPrimitive2D(
for (sal_uInt32 x(0); x < nDstWidth; ++x)
{
// do not forget prfe-multiply -> need to get both alphas
// do not forget pre-multiply -> need to get both alphas
sal_uInt8 nSrcAlpha(pSrcData[SVP_CAIRO_ALPHA]);
sal_uInt8 nDstAlpha(pDstData[SVP_CAIRO_ALPHA]);