mirror of
https://github.com/LibreOffice/core.git
synced 2025-07-23 04:42:03 +00:00
ofz#52723 Out-of-memory
Change-Id: Id563d2d7629c88d443360ec6a1086b1079f7f48b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142356 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
@ -715,7 +715,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 = 96;
|
||||
constexpr int MaxNormalLineWidth = 94;
|
||||
if (fLineWidth > MaxNormalLineWidth)
|
||||
{
|
||||
const double fLineWidthPixel
|
||||
|
Reference in New Issue
Block a user