https://bugs.documentfoundation.org/show_bug.cgi?id=144214
--- Comment #18 from Thorsten Wagner <[email protected]> --- Confirming that patch attached causes rendering in double size on retina displays as desired (no red areas as without patch). I did not investigate the code, but patch seems to be an upscaling to the desired size causing blurry text again. Bitmaps are blurry too due to upscaling (see LO logo for example). For me the advantage of using Skia on macOS is not really obvious. I do not face any performance issues with graphics using LO on macOS. To use Metal graphics implementation of CALayers (not CGLayers as used by current implementation) would be a way to continue using Apple's display technologies (such as retina text). Otherwise sharp rendering of text and bitmaps has to be implemented at least. For a production release I recommend removing Skia options and buttons like "Run Graphics Tests" unless implementation is fully functional on macOS (no issue on master branch as long it is not included in a production release by mistake). -- You are receiving this mail because: You are the assignee for the bug.
