Examining the (plain) SVG I noticed that when importing rasters, Inkscape (Windows version) will put the absolute path if it is different from the one the SVG is saved to, and a relative if it is in the same folder. Examples:
Code: Select all
<image
xlink:href="C:\Images\myimage.png"
...
/>
Code: Select all
<image
xlink:href="myimage.png"
...
So in case one must share, the best is probably to create a work folder with everything and then just zip and send.
I was wondering if there is a way to actually to actually "embed" (encapsulate?) the raster.
Thanks and kindest regards,
Lorenzo