https://issues.apache.org/ooo/show_bug.cgi?id=124608
Armin Le Grand <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|56084 | --- Comment #10 from Armin Le Grand <[email protected]> --- Added code to svg exporter to work with the current selection if the selection flag is set in the export dialog. It will stop the export when the flag is set and no objects are selected. The exporter will use the single page export. If a selection is given it is used instead of the page content. This needed to be done in multiple places to have the correct export preparations and content handling. The MasterPage is not exported in the case of selection. If the SVG exporter gets an empty selection the fallback to export the whole page is used to be on the safe side when others have implemented using the SVG exporter as a service. The SVG export size is still the PageSize. I thought about changing this to the BoundRect of the selection, but using the PageSize is also a kind of applied cropping in SVG in the sense of 'notheing exists outside the Page' which I think is better to keep. Doing some more tests with MasterPage content and e.g. Font Embedding functionalities... -- You are receiving this mail because: You are watching all issue changes.
