Hello list,
I'm loading SVGs into Inkscape that included small SVG icons with a relative path. (It's a network diagram generated by Grapviz in SVG format using SVG shapefiles for the nodes). When I load them in Inkscape, the icons (shapefiles) aren't loaded.
I've looked around, but all help seemed to be geared toward how to actually do something usefull with the program (and that's quite reasonable) but I couldn't find an answer to my problem.
So where's the 'Load external referenced SVG files by default' option, or something similar.
Here's a snippet of the SVG code:
<g id="node7" class="node"><title>roupubli.office.astrid.be</title> <clipPath id="mypathcustomroupubli.office.astrid.be"> <polygon points="286,783 214,783 214,855 286,855 286,783 "/> </clipPath> <image xlink:href="shapefiles/router.svg" width="72px" height="72px" preserveAspectRatio="xMidYMid meet" x="214" y="783" clip-path="url(#mypathcustomroupubli.office.astrid.be)"/> <text text-anchor="middle" x="250" y="824">roupubli.office.astrid.be</text> </g>
Loading this in ksvg (the KDE svg viewer) does load all external images, but doesn't allow me to pan.
Thanks for any pointers,
joost