Closed
Bug 1333764
Opened 8 years ago
Closed 8 years ago
xlink:href in my page are not printed . In my page i have some elements which are refered using <use xmlns:xlink="http://www.w3.org/1999/xlink " xlink:href="#axisLine"></use> . But while printing these elements are not getting printed.
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: ksmanikece, Unassigned, NeedInfo)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36
Steps to reproduce:
1.Create a svg element .
2. Refer the same using xlink:href .
3.For Example <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#axisLine"></use> .
4. But while printing these elements are not getting printed.
Actual results:
The lines which are referred using the xlink:href are displayed in the browser , but no getting printed .
Severity: normal → critical
Priority: -- → P1
Hardware: Unspecified → All
Updated•8 years ago
|
Flags: needinfo?(ksmanikece)
Comment 1•8 years ago
|
||
User Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:54.0) Gecko/20100101 Firefox/54.0
Build ID 20170129110302
Could you please attach a testcase where the issue can be easily observed?
Severity: critical → normal
Flags: needinfo?(ksmanikece)
Priority: P1 → --
Comment 2•8 years ago
|
||
Marking this as Resolved - Incomplete due to the lack of response from the reporter.
If anyone can still reproduce it on latest versions, feel free to reopen the issue and provide more information.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
Comment hidden (off-topic) |
You need to log in
before you can comment on or make changes to this bug.
Description
•