Use the <image> tag to import another SVG file
Bug #171544 reported by
Denelson83
This bug affects 7 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Fix Released
|
Low
|
Unassigned |
Bug Description
You know how you can import a raster image into an SVG
using an <image /> tag, so why not be able to use
<image /> to import another SVG image into the one
you're working on without having to import all of the
code? The SVG 1.1 specification does support this,
AFAICT. I tried doing this, by adding the line below
into an SVG file open in Inkscape 0.44.1, but all I get
is the message "linked image not found".
<svg:image id="other svg" xlink:href=
tags: |
added: svg removed: import-export |
To post a comment you must log in.
I think this is already covered by the requests to add
linking xlink href support to Inkscape.
Please also try checking through existing request and see if
maybe you think this is a duplicate already covered by the
other reports.