Last modified: 2014-10-22 21:42:28 UTC
While producing the PDF in URL, status messages often say that a certain SVG was skipped for being too big. We should be able to downscale, or whatever, as needed; after all we downscale even 780 Mpx JPGs.
Yes, but "downscaling" SVGs means taking out detail (somehow). We'd have to figure out which line segments to skip. Maybe we can hack around this by rendering them as a bitmap of a reasonable size. Do you have a test case I could experiment with?
Created attachment 16849 [details] "154.14 Altri progetti" section from PDF I'll pay more attention next time I generate the PDF and pick a test case. However, I think the attachment shows a likely consequence/example of the bug, where the "altri progetti" section has logos for Wikiquote and Commons but not Wikisource, Wiktionary and Wikivoyage.
I suspect the test case was destroyed by the fix for bug 72377: now that the space isn't taken by unreasonably huge images, I didn't see a single one skipped. Will need to try with bigger books or bigger SVGs perhaps. Or if that's expected, close this bug for now.