| Index: fpdfsdk/fpdfformfill.cpp
|
| diff --git a/fpdfsdk/fpdfformfill.cpp b/fpdfsdk/fpdfformfill.cpp
|
| index e8a8a6e2d03eae0b64e20eb203c62ea39f78b310..44204b766a3cf03b12497a3d47cea9303c71d625 100644
|
| --- a/fpdfsdk/fpdfformfill.cpp
|
| +++ b/fpdfsdk/fpdfformfill.cpp
|
| @@ -137,6 +137,9 @@ void FFLCommon(FPDF_FORMHANDLE hHandle,
|
| pPageView->PageView_OnDraw(pDevice.get(), &matrix, &options);
|
| #endif // PDF_ENABLE_XFA
|
|
|
| +#ifdef _SKIA_SUPPORT_PATHS
|
| + CFXBitmapFromFPDFBitmap(bitmap)->UnPreMultiply();
|
| +#endif
|
| pDevice->RestoreState(false);
|
| delete options.m_pOCContext;
|
| options.m_pOCContext = nullptr;
|
|
|