save as "Plain SVG" keeps inkscape:path-effect tags and attributes

Bug #377958 reported by Thomas Holder
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Inkscape
Fix Released
Low
Johan Engelen

Bug Description

see title.

svn rev 21374

Revision history for this message
jazzynico (jazzynico) wrote :

Confirmed on Ubuntu 9.04, Inkscape rev. 21377 and 0.46.

Changed in inkscape:
importance: Undecided → Low
status: New → Confirmed
Revision history for this message
Yann Papouin (yann-papouin) wrote :

I think that the bug importance should be raised to an upper level as it creates files that will cannot be correctly readed after even when the bug will be fixed (see bug #417793 for an example).

Revision history for this message
Johan Engelen (johanengelen) wrote :

fixed in svn rev. 22172 by adding
"if (flags & SP_OBJECT_WRITE_EXT)"
to sp_path_write and sp_lpe_item_write (thanks Bulia)

Changed in inkscape:
status: Confirmed → Fix Released
assignee: nobody → Johan Engelen (johanengelen)
Revision history for this message
Yann Papouin (yann-papouin) wrote :

Thank you Johan, it's Ok now

jazzynico (jazzynico)
tags: added: livepatheffects svg
Changed in inkscape:
milestone: none → 0.47
Revision history for this message
su_v (suv-lp) wrote :

The definition skeleton of the path effect is still kept in the file when saved as "Plain SVG" - should this not be removed as well?

An unreferenced object from the 'inkscape' namespace remains in the file's <defs> section (saving a copy as "plain SVG" tested with Inkscape 0.47, 0.48.1 and current trunk r10207):

<svg
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:cc="http://creativecommons.org/ns#"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   version="1.1"
   width="400"
   height="400"
   id="svg3975">
  <defs
     id="defs3977">
    <inkscape:path-effect
       effect="spiro"
       id="path-effect2988" />
  </defs>

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.