mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Developing...
This commit is contained in:
@ -693,7 +693,7 @@ namespace agg
|
||||
else if (m_oGradientInfo.shading.shading_type == NSStructures::ShadingInfo::Parametric)
|
||||
{
|
||||
float t = calculate_param(x, y);
|
||||
if (isnan(t))
|
||||
if (std::isnan(t))
|
||||
{
|
||||
*span++ = {0, 0, 0, 0};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user