https://bugs.documentfoundation.org/show_bug.cgi?id=144869
Stéphane Guillou (stragu) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Feature Request for export |Feature Request: extra SVG |format Similar to SVG |export filter (option) that | |groups objects by layer | |(for compatibility with | |e.g. Inkscape) CC| |heiko.tietze@documentfounda | |tion.org, | |stephane.guillou@libreoffic | |e.org, | |[email protected] Blocks| |111450, 99648 See Also| |https://bugs.documentfounda | |tion.org/show_bug.cgi?id=14 | |8178 Keywords| |filter:svg --- Comment #4 from Stéphane Guillou (stragu) <[email protected]> --- Thanks for the suggestion! I was going to mark as duplicate of bug 95717, but I now understand it's not the same request. Seeing Regina's comments in bug 144848 comment 3 and bug 95717 comment 9, it's not possible to add the same grouping logic as e.g. Inkscape to our existing filter because it would interfere with our grouping of objects spanning several layers. So the extra filter would be an alternative to the standard SVG filter, which would remove object grouping (currently done with <g class="Group">) - at least when they span several layers – and replace them with grouping by layer. Based on what is suggested in bug 95717 comment 2, which is based on Inkscape's tagging, it could look like: <g id="layer2" libreOfficeDraw:groupmode="layer" libreOfficeDraw:label="The Layer Name" [...] If implemented, it should be clearly labelled, something like "SVG (group objects by layer)". Alternatively, instead of an extra filter (we already have a list that's too long...), could it be an option in the export dialog, labelled something like "Group by layer" and a tooltip like: "Grouping by layer removes current object grouping (if they span several layers) but improves compatibility with other tools". I assume other tools like Inkscape would also need to update their import filter to catch such layering. Regina, Xisco, Heiko, what do you think? Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=99648 [Bug 99648] [META] Improve Layer Handling https://bugs.documentfoundation.org/show_bug.cgi?id=111450 [Bug 111450] [META] SVG fileSave filter (Draw/Impress) -- You are receiving this mail because: You are the assignee for the bug.
