Closed
Bug 208119
Opened 21 years ago
Closed 21 years ago
I see in the browser window and XML structure instead of SVG picture
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 160882
People
(Reporter: tbolsh, Assigned: alex)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5a) Gecko/20030531
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5a) Gecko/20030531
From the server the correct MIME type - "image/svg+xml" is sent,
the XML have correct form, document type etc is defined.
The picture appears in the Batik and Adobe SVG plugin correctly.
I will check if workaround is possible.
BUT ANYWAY IT IS A SERIOUS BUG.
Reproducible: Always
Steps to Reproduce:
1. Just look at the URL
Actual Results:
You should see XML tree with message
"This XML file does not appear to have any style information
associated with it. The document tree is shown below."
Expected Results:
Show the pretty picture.
Reporter | ||
Comment 1•21 years ago
|
||
Workaround:
Defining the namespace xmlns="http://www.w3.org/2000/svg" in the root svg
element helps - I see the picture, but that makes the SVG file incompatible with
major player for SVG - Adobe SVG Viewer.
Comment 2•21 years ago
|
||
*** This bug has been marked as a duplicate of 160882 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•