https://bugs.documentfoundation.org/show_bug.cgi?id=95717
Stéphane Guillou (stragu) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |filter:svg CC| |stephane.guillou@libreoffic | |e.org --- Comment #11 from Stéphane Guillou (stragu) <[email protected]> --- (In reply to Regina Henschel from comment #9) > After working more on layers I think, my first idea to use the <g> element > is not good. In Draw groups and layers are orthogonally to each others, > because it is possible, that the elements in a group belong to different > layers. You can group a shape together with a measure line, for example. > Therefore I'll remove "group" from the subject. > > But I have a different idea. The purpose of layers is only to have the > properties "visible", "printable" and "locked". You can define css rules for > each layer and use the class attributes on the elements. Thanks Regina. I tried to clarify the "group by layer" idea in bug 144869, which you made clear has to be either a destructive option on the existing layer, or an alternative filter. I like the idea of supporting layer properties via CSS here. Given that it would add a good amount of repeated tagging to the SVG code (CSS rules + class tags on each object), I think this should be made optional. Although focusing this report on supporting layer _properties_ makes this a duplicate of bug 53864. (Use of CSS and classes hasn't been mentioned there yet.) -- You are receiving this mail because: You are the assignee for the bug.
