Comment 6 for bug 916525

Revision history for this message
su_v (suv-lp) wrote : Re: Crash autosave modifies svg structure

> You will notice that it contains two layers, while the
> emergency file before the first save only contains one.

I cannot confirm that: both attached files have two layers:
- Layer 1
- BK (locked)

The difference is that in 'LITTLE MERMAID.svg.2012_01_14_11_47_41.0.svg', the bitmap image on the locked layer 'BK' is inside a group which used to be an Inkscape layer earlier:

  <g
     inkscape:groupmode="layer"
     id="layer3"
     inkscape:label="BK"
     sodipodi:insensitive="true">
    <g
       id="layer2"
       inkscape:label="BK"
       transform="translate(2.9966698,5.9933396)">
      <image
         y="148.36218"
         x="-137"
         id="image2993"
         xlink:href="file:///C:/Documents%20and%20Settings/AC/Pulpit/Ariel-the-little-mermaid-348680_1024_768.bmp"
         height="768"
         width="1024"
         style="opacity:0.7" />
    </g>
  </g>

Could it be that the first file you attached ('New document 1.2012_01_14_11_39_49.0.svg') is not the one you filed this report for? Its layer structure is intact.