diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-02-17 01:58:41 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-02-17 02:02:03 +0300 |
commit | 33a790e8a22a2ec08a49e135b40a11e1ca29cbf2 (patch) | |
tree | 8518f64eb8281e9a680ecfe8e4d8bc89fe958ed4 /editors/libreoffice/files/patch-vcl_skia_gdiimpl.cxx | |
parent | graphics/libetonyek01: adjust for mdds-2.0 (diff) |
Please welcome new generation release of LibreOffice suite - 7.3.0! (+)
It has change tracking enhancements, better autocompletion in Calc,
and many compatibility and performance improvements to import/export filters.
Since this release, FreeBSD port of LibreOffice include PDFium library.
Learn more about LibreOffice 7.3: https://blog.documentfoundation.org/blog/2022/02/02/libreoffice-73-community/
Special thanks to: mikael (for pthread issue hunting)
Sponsored by: Netzkommune, GmbH.
Diffstat (limited to 'editors/libreoffice/files/patch-vcl_skia_gdiimpl.cxx')
-rw-r--r-- | editors/libreoffice/files/patch-vcl_skia_gdiimpl.cxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/libreoffice/files/patch-vcl_skia_gdiimpl.cxx b/editors/libreoffice/files/patch-vcl_skia_gdiimpl.cxx new file mode 100644 index 000000000000..ff2345b78a52 --- /dev/null +++ b/editors/libreoffice/files/patch-vcl_skia_gdiimpl.cxx @@ -0,0 +1,11 @@ +--- vcl/skia/gdiimpl.cxx.orig 2022-01-26 14:35:29 UTC ++++ vcl/skia/gdiimpl.cxx +@@ -999,7 +999,7 @@ void SkiaSalGraphicsImpl::performDrawPolyPolygon(const + getDrawCanvas()->drawPath(polygonPath, aPaint); + } + postDraw(); +-#if defined LINUX ++#if defined LINUX || defined FREEBSD + // WORKAROUND: The logo in the about dialog has drawing errors. This seems to happen + // only on Linux (not Windows on the same machine), with both AMDGPU and Mesa, + // and only when antialiasing is enabled. Flushing seems to avoid the problem. |