Description: The PDF that I will attach shortly renders incorrectly. At least the logo is is there 4 times instead of 1. There is also some wrong text, but I assume that they did some weird font thing. Steps to Reproduce: Open the pdf Actual Results: multiple logos, at wrong location Expected Results: only 1 logo at the correct location Reproducible: Always User Profile Reset: No Additional Info: display the logo only once at the correct location
Created attachment 191857 [details] pdf with problem
Reproducible. Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 25276df12abd9d002f7f899900434617b256f745 CPU threads: 16; OS: Windows 10.0 Build 22631; UI render: default; VCL: win Locale: es-ES (es_ES); UI: en-US Calc: CL threaded BTW, pdf opens fine with Edge, but not with Firefox.
Firefox really does strange things to it, I've filed a bug for that at https://bugzilla.mozilla.org/show_bug.cgi?id=1874013
OK, but the pdfium based filter inserts a pixel perfect rendering of the PDF. So just the pdfio import filter using poppler/cairo calls to render elements to Draw objects has an issue with the logo. So, depends on what you need to do with the PDF--LibreOffice is not a PDF editor, find a different program if that is your use case. Version: 7.6.4.1 (X86_64) / LibreOffice Community Build ID: e19e193f88cd6c0525a17fb7a176ed8e6a3e2aa1 CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: Skia/Vulkan; VCL: win Locale: en-US (en_US); UI: en-US Calc: CL threaded
I can reproduce this already in version 6.1 on Windows 10
interesting; So I think the logo is probably a clip screwup like a lot of the others. The odd text might be the same as the bad text in 101611 which I think is a problem with CID fonts, which I see yours has as well. But, also in my local world this seg faults! Ahem, I think this might be the tilingPatternFill support I added a few months back but need to dig, I think it might have a pattern with text in somehow, but would need to look.
FYI I've created a separate bug for the crash tdf#162887