https://issues.apache.org/ooo/show_bug.cgi?id=124608
--- Comment #19 from Armin Le Grand <[email protected]> --- @Edwin: I think Thorsten talks about the PageSize still used; I imply he has an own AOO build, got the needed revision, built and checked it. @Thorsten: As argued in comment 10, I think keeping it that way is the best for SVG export for now. I see your point (was my first thought, too), but there are arguments for both. Here are some more: - for SVG the FileSize will not increase by keeping page oriented (compared with bitmap graphics where this would be fatal) - When using BoundRange, the objects have to be translated and will lose their original geometric definitions - if a user exports selections and wants to combine these later in some tooling he will have to deal with that - this will lead to feature requests to allow page-oriented exports (I would bet) As a compromize I checked the following (full example exported): We may change the values for <svg ...> directly to <svg width="180mm" height="130mm" viewBox="6000 2000 18000 13000"> compared to <svg width="280mm" height="210mm" viewBox="0 0 28000 21000"> That also works and may have the most benefits. @Regina: I saw you on CC, what do you think...? -- You are receiving this mail because: You are watching all issue changes.
