I have an SVG file that references many other smaller SVG files as auxiliary images. In fact, the core SVG is a template that positions everyone else.
I would like to create one image that I can convey to people - that is , ref data or just inline inclusion, but running inkscape Embed Images extension leads to the error "images are not of type PNG, JPEG, etc.".
So it looks like the inkscape extension (v0.48.5) can only contain bitmaps, not SVGs. Bummer.
My images reference the main SVG, like this
<image id="PGDOWN_R1" x="1436.5" y="280" xlink:href="./symbols/PGDOWN_R3.svg"/>
So, how can I automatically put / embed all my SVGs with an external link? (optional options for non-inkscape CLI are also welcome)
source share