Activity log for bug #1808942

Date Who What changed Old value New value Message
2018-12-18 08:50:41 Lode Leroy bug added bug
2018-12-18 10:05:04 Lode Leroy description I try to embed an existing svg inside a manually written svg (the image.svg is next to this file, and writting by inkscape): <use xlink:href="image.svg#svg8" opacity="0.50"/> On linux this works well. On windows, this only works when I launch inkscape from the same directory as the main document, otherwise I get: ** (inkscape.exe:18476): WARNING **: Can't get document for referenced URI: image.svg#svg8 it seems like inkscape uses the url specified as-is. I think it should prepend the url of the current file, to allow for relative url's in case the file is not found. I try to embed an existing svg inside a manually written svg (the image.svg is next to this file, and writting by inkscape):       <use xlink:href="image.svg#svg8" opacity="0.50"/> On linux this works well. On windows, this only works when I launch inkscape from the same directory as the main document, otherwise I get: ** (inkscape.exe:18476): WARNING **: Can't get document for referenced URI: image.svg#svg8 it seems like inkscape uses the url specified as-is. I think it should prepend the url of the current file, to allow for relative url's in case the file is not found. inkscape-0.92.3 on windows
2021-07-27 14:21:26 Nathan Lee bug watch added https://gitlab.com/inkscape/inkscape/-/issues/2083
2021-07-27 14:21:26 Nathan Lee attachment added test_files.zip https://bugs.launchpad.net/inkscape/+bug/1808942/+attachment/5514060/+files/test_files.zip
2021-07-27 14:21:38 Nathan Lee inkscape: status New Fix Released