unless there is a way to define the base URL, I don't think it is possible to specify relative paths in SVG which is itself not a file on disk.
my guess would be that the path is considered a name, searched in the current directory of the executable. unless the SVG is a file on disk, I think you have no choice but to put the image data in <defs> and reference it with <use>. > 2017/08/11 1:28、Two Way Communications via 4D_Tech <[email protected]> > のメール: > So when I load the SVG from a blob field, then where does it go to find the > file with the relative path ‘../Image.jpg’ ? ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

