diff options
Diffstat (limited to 'fpdfsdk/fpdfformfill.cpp')
-rw-r--r-- | fpdfsdk/fpdfformfill.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fpdfsdk/fpdfformfill.cpp b/fpdfsdk/fpdfformfill.cpp index e8a8a6e2d0..44204b766a 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; |