Hello,
Imagine that a user makes a linked offset to an object using .48 version opening it with current develompent and then reopening it with .48 and editing the offset (now a path).
If the user reopens the file with current development version, the path data will get recalculated from the original, thus the changes he did with the .48 version get lost.
Any ideas how this could get resolved?
On Fri, 2011-08-26 at 23:04 +0200, Krzysztof Kosiński wrote:
W dniu 26 sierpnia 2011 22:29 użytkownik Adonis Papaderos <ado.papas@...1244...> napisał:
sounds good to me. maybe inkscape:linked_offset
Better use hyphens instead of underscores: inkscape:linked-offset
It can be done using e.g. svg:switch, or a magic path type.
svg:switch seems to have strictry defined attributes. (offtopic: what is a magic path type?)
I'm not 100% sure, but I think that by default an user agent is required to show the first child element it understands. The attributes can be used to change this default choice of the element.
"Magic path type" is a special attribute on svg:path used to create a different SPObject for it, as an easier but less flexible substitute for svg:switch. This is used for example for ellipses.
Regads, Krzysztof
Thanks,
Adonis.