Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


Hi Christina,

Christina Roßmanith schrieb:
Hi,

the problem described here ->
https://bugs.freedesktop.org/show_bug.cgi?id=64125 is caused by a
missing width and height attribute of the SVG given as an example. So,
what would we expect given a ViewBox attribute when importing a graphic?

What I'd expect is that the aspect ratio is kept and a reasonable
scaling is applied in order to fill a page, table cell or whatever. And
that the little green squares (handles?) behave like a bounding box for
the graphic content. Is that correct?

I understand it this way: In Writer the textarea should be the 'viewport'. If no attribute preserveAspectRatio is given, the default is used, which is preserveAspectRatio="xMidYMid meet". So because of the value 'meet' the svg element has to be scaled so, that aspect ratio is preserved and the entire viewBox is visible and is as large as possible. Because of the value 'xMidYMid' the viewBox has to be centered in the viewport.


What I've achieved so far is the correct scaling.

I'm not sure about it. What do you scale?

 What I'm looking for
is where the total size of the graphic is still determined wrong (see
attached screenshot) -> little green squares are more like DIN A4 than
the ViewBox size.

I too would expect, that the bounding box of the element is equal to the viewBox. I wonder, why this does not happen. Perhaps the transformation is wrong? Where do you make your changes?

I think, that the initial target size is set to DIN A4 as fallback in SvgSvgNode::decomposeSvgNode in the part about "Outermost SVG element". I guess that the real target size is unknown at that point and you need to transform the svg object after insert in the draw page.

Perhaps you ask Armin, who is the author of the svg parts.

Kind regards
Regina



Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.