Layers not saved in plain svg format
Bug #444194 reported by
Imagineer
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Won't Fix
|
Low
|
Jon A. Cruz |
Bug Description
Layers not saved in plain svg format -drawings not in any layer - Inkscape 0.47 iMac 10.5.8
summary: |
- Layers not saved in plain svg format -drawings not in any layer - - Inkscape 0.47 iMac 10.5.8 + Layers not saved in plain svg format |
To post a comment you must log in.
That's not a bug, that's a feature ;-) Inkscape FAQ: What, then, is "Inkscape SVG" as opposed to "Plain SVG" when saving a document? wiki.inkscape. org/wiki/ index.php/ FAQ#What. 2C_then. 2C_is_. 22Inkscape_ SVG.22_ as_opposed_ to_.22Plain_ SVG.22_ when_saving_ a_document. 3F>:
<http://
layers are nothing else but groups with special attributes when saved as 'Inkscape SVG':
<g label=" Layer 1" groupmode= "layer"
style=" fill:#0000ff; fill-opacity: 1"
id="rect2858"
height= "117.14286"
x="205. 71428"
y="349. 50504" />
inkscape:
inkscape:
id="layer1">
<rect
width="400"
</g>
these special attributes are stripped when saved as 'Plain SVG':
<g
height= "117.14286"
x="205. 71428"
y="349. 50504"
id="rect2858"
style=" fill:#0000ff; fill-opacity: 1" />
id="layer1">
<rect
width="400"
</g>
the layers as group still exist in 'Plain SVG' but can't be re-edited in Inkscape as layers. en.flossmanuals .net/Inkscape/ WorkingwithFile s>)
(see also <http://
If I misunderstood your report - please attach one of your files as example and describe in detail how you saved it and what is missing.