Closed
Bug 478378
Opened 17 years ago
Closed 17 years ago
SVG XPointer ID reference does not work.
Categories
(Core :: SVG, defect)
Tracking
()
People
(Reporter: p.chwiej, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2a1pre) Gecko/20090212 Minefield/3.2a1pre
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2a1pre) Gecko/20090212 Minefield/3.2a1pre
Seems like this '<use xlink:href="#xpointer(id('usedRect'))" x="260" y="20"/>' syntax for local references is not supported.
Reproducible: Always
Steps to Reproduce:
1. Go to http://codinginparadise.org/projects/SvgViewer/trunk/svgForHtml/w3c_testsuite/full-struct-use-02-t.html
2. Compare SVG with reference png.
Actual Results:
Xpointer reference doesn't work.
Expected Results:
Xpointer reference should be equivalent to addressing an SVG element by its ID.
Comment 1•17 years ago
|
||
Does this kind of xpointer syntax work in xhtml? Bug 32832 suggests not in which case this bug is a duplicate of that one.
| Reporter | ||
Comment 2•17 years ago
|
||
(In reply to comment #1)
> Does this kind of xpointer syntax work in xhtml? Bug 32832 suggests not in
> which case this bug is a duplicate of that one.
You're right, seems like it doesn't work there either. This can be marked as a duplicate then. I don't know how I have missed that bug. Thanks.
Updated•17 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•