
On 5/16/07, Jean-Marc Molina <jmmolina@...206...> wrote:
bulia byak wrote:
Copy, no. Use relative, yes. It always uses relative paths in xlink:href for images that are in the same dir or below (sodipodi:absref is just a fallback).
That's right I checked and the "sodipodi:absref" attribute value is an absolute path when the "xlink:href" one is relative.
However is there a way to disable (remove) the "sodipodi:absref" attributes to clean-up SVG files from their absolute paths ? I think it's not secure to share such files, specially when files are stored on a user directory. A few months ago I was about to share a SVG file to illustrate a tutorial and decided not to when I saw the file was full of absolute paths.
You can save as plain SVG. But that disables all the inkscape-specific tags, not just the sodipodi:absref ones.
--bb