Image tag does not support SVG documents
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Confirmed
|
High
|
Martin Owens | ||
Ubuntu |
Invalid
|
Undecided
|
Unassigned |
Bug Description
When using the following tag in an SVG file opened in Inkscape:
<image id="impImg" x="0" y="0" width="20.6791" height="21.764219"
xlink:href=
The image shows a red cross with "Linked Image Not Found."
xlink namespace is identified correctly. When I replace
xlink:href=
with
xlink:href=
the image displays correctly (obviously after exporting the glyph.svg
source to a glyph.png image).
Firefox also cannot display an <image> tag which references an SVG source
file, but they state this specifically on their "to do" list; I was unable
to find a similar indication for Inkscape.
Purpose is to have one SVG image containing a logo common to various
derived images (letterhead, splash screen, etc) and be able to edit just
the logo and it is automatically propogated to all images which reference
it. This should be possible and as near as I can tell my usage is compliant
with SVG specification.
Apologies if I am doing something wrong.
Sincerely,
Peter McAllister
<email address hidden>
Changed in inkscape: | |
status: | New → Confirmed |
tags: | removed: win32 |
tags: | added: importing |
Changed in ubuntu: | |
status: | New → Invalid |
summary: |
- [win32] image tag does not find SVG source + [packaging] image tag does not find SVG source |
tags: | added: packaging |
Changed in inkscape: | |
assignee: | nobody → Martin Owens (doctormo) |
tags: |
added: importingpackaging removed: importing osx packaging |
tags: |
added: importing packaging removed: importingpackaging |
no longer affects: | inkscape-devlibs |
Originator: NO
Thanks, this sounds like a legit bug.