
29 Oct
2004
29 Oct
'04
4:36 p.m.
I've hit two issues
1) There appears to be a bug in sp_relative_path_from_path that chokes when you go up above the current directory. Like if you try to reference and image you'd expect to end up "../../other/thing.png"
2) Image paths currently are 'fixed' to be relative when you save svg.
For problem #1 I know what to do. However, for problem #2 I'd want to confirm desired behavior. I was thinking that the proper thing would be to fixup to relative paths whenever a file is first imported. Does this sound reasonable?