It seems Inkscape does not directly recognize SVG layers, and requires all svg:g elements hold this attributes:
Code: Select all
inkscape:groupmode="layer"
Otherwise Inkscape will not handle as layer, any layer not holding this attribute-value pair.
What's the rational for this ?