https://bugs.documentfoundation.org/show_bug.cgi?id=95717

--- Comment #2 from Stephane Santon <m.libreoff...@santonum.eu> ---
Standard SVG does not implement specific "layers" but groups with <g>, and
layers can be seen as groups.

I don't want to integrate animation in the SVG file, but to distinguish layers
(groups) in order to animate then with a HTML5 page. 

Inkscape can find his layers while opening his SVG files by :
 <g
     id="layer2"
     inkscape:groupmode="layer"
     inkscape:label="..."

DRAW could do the same :
 <g
     id="layer2"
     draw:groupmode="layer"

or
 <g
     class="layer"
     id="layer2"

Then, an application could detect these layers an create some animations by
hiding, showing, moving groups, like SOZI does :
http://sozi.baierouge.fr/images/tutorial-layers/sozi-layers-tutorial-full.svg

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to