https://bugs.documentfoundation.org/show_bug.cgi?id=133716

dldld <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |[email protected]

--- Comment #3 from dldld <[email protected]> ---
Started working on this bug.

It seems to be related to the fact that the cairo rendering is not using
CAIRO_FILTER_NEAREST to scale the border images correctly.

https://cgit.freedesktop.org/libreoffice/core/tree/vcl/headless/SvpGraphicsBackend.cxx#n679

Removing the following condition seems to fix the issue. 
if ((fXScale != 1.0 && rTR.mnSrcWidth == 1) || (fYScale != 1.0 &&
rTR.mnSrcHeight == 1))


Background, is that the border pictures, which are getting scaled are having a
size of 26x26 pixels, so that the condition is not met and the cairo rendering
is using a "smooth" interpolation instead of hard cuts.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to