https://bugs.documentfoundation.org/show_bug.cgi?id=145988
--- Comment #60 from Patrick Luby <[email protected]> --- (In reply to خالد حسني from comment #59) > Which seem identical to your output. Thank you for testing my patch. You are correct, your output is the same as mine so I think that Skia isn't converting pixels. So, I think the next place for me to investigate is the code where Skia copies its bitmap pixels to the screen. >From what I can see, Skia creates a macOS CAMetalLayer to each LibreOffice NSView and draws to the CAMetalLayer. macOS then copies the CAMetalLayer to the screen in -[NSWindow displayIfNeeded] so maybe the CAMetalLayer has an unexpected pixel format or colorspace Skia does not know how to convert to. I will post another debug patch in the next day or so. -- You are receiving this mail because: You are the assignee for the bug.
