mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Fix gradient drawing
This commit is contained in:
@ -247,10 +247,11 @@ namespace NSDocxRenderer
|
||||
|
||||
m_bIsGradient = false;
|
||||
}
|
||||
shape->m_dRotation = rotation;
|
||||
|
||||
if (info)
|
||||
else if (info)
|
||||
{
|
||||
shape->m_dRotation = rotation;
|
||||
DrawImage(shape, info, image_vector);
|
||||
}
|
||||
else
|
||||
shape->m_eType = CShape::eShapeType::stVectorGraphics;
|
||||
|
||||
@ -2228,6 +2229,7 @@ namespace NSDocxRenderer
|
||||
}
|
||||
|
||||
m_arLuminosityShapes.clear();
|
||||
m_arOneColorGradientShape.clear();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user