https://bugs.documentfoundation.org/show_bug.cgi?id=172059
--- Comment #8 from Patrick (volunteer) <[email protected]> --- (In reply to [email protected] from comment #7) > Unable to reproduce with the test document on Linux 26.2.4.1 (x86_64); shows > OK in print preview and prints OK too. I am also able to reproduce it my local master build. IIRC, I had already fixed this back in 2023. My memory is hazy, but when printing using Skia, a Skia surface gets converted to a CGImage and then the CGImage is drawn to the current print page's CGPDFContext. I'll also see if I can find where this bug is occurring. IIRC, there is also some code in the vcl/source/print*.cxx files that draws transparent images to an offline image buffer and then draws the buffer to the current print page. I think I had disabled that code on macOS because it was unnecesary and caused the print output size to baloon quite a bit. -- You are receiving this mail because: You are the assignee for the bug.
