vcl/headless/CairoCommon.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 783bc24136929f1dc7b3d49b01794df627cc0bdb
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Wed Nov 16 20:32:31 2022 +0000
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Thu Nov 17 10:31:49 2022 +0100

    ofz#53434 Out-of-memory
    
    Change-Id: Ia148869905cb54f57136fe0e0c2572434a7d37cb
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142816
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/vcl/headless/CairoCommon.cxx b/vcl/headless/CairoCommon.cxx
index be0e6919f99e..96b119adcb6b 100644
--- a/vcl/headless/CairoCommon.cxx
+++ b/vcl/headless/CairoCommon.cxx
@@ -707,7 +707,7 @@ bool CairoCommon::drawPolyLine(cairo_t* cr, 
basegfx::B2DRange* pExtents, const C
 
     cairo_set_line_join(cr, eCairoLineJoin);
     cairo_set_line_cap(cr, eCairoLineCap);
-    constexpr int MaxNormalLineWidth = 92;
+    constexpr int MaxNormalLineWidth = 64;
     if (fLineWidth > MaxNormalLineWidth)
     {
         const double fLineWidthPixel

Reply via email to