Change-Id: Ic8196943a5b24541642a117555c2d695fb848db3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170754
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
This commit is contained in:
Andrea Gelmini 2024-07-19 13:07:17 +02:00
parent 99c660a95c
commit 9653335b87

View file

@ -2498,7 +2498,7 @@ void CairoPixelProcessor2D::processFillGradientPrimitive2D_fallback_decompose(
{
if (rFillGradientPrimitive2D.hasAlphaGradient())
{
// process recursively to elliminate alpha, cannot be used in decompose fallback
// process recursively to eliminate alpha, cannot be used in decompose fallback
process(rFillGradientPrimitive2D);
return;
}