Change-Id: I6bc3777231bada3a1abf2a1e57645d9ceb93acb8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148048
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini 2023-03-01 12:57:46 +01:00 committed by Julien Nabet
parent bb1d1aa2fe
commit f5a352f560

View file

@ -2008,7 +2008,7 @@ void VclMetafileProcessor2D::processPolyPolygonGradientPrimitive2D(
if (!rGradientCandidate.getFillGradient().getColorSteps().empty())
{
// MCGR: if we have COlorSteps, do not try to fallbacl to old VCL-Gradient,
// MCGR: if we have COlorSteps, do not try to fallback to old VCL-Gradient,
// that will *not* be capable of representing this properly. Use the
// correct decomposition instead
process(rGradientCandidate);