Closed
Bug 557816
Opened 15 years ago
Closed 15 years ago
can't find style information for svg doc
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: subs, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.1.4) Gecko/20091016 Firefox/3.5.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.1.4) Gecko/20091016 Firefox/3.5.4
this document
http://www.christiantena.pwp.blueyonder.co.uk/svg/principle.svg
will open with Adobe SVG viewer but will not open with Firefox.
The failure says
"This XML file does not appear to ave any style information associated with it"
Reproducible: Always
Steps to Reproduce:
1. Download svg document from http://www.christiantena.pwp.blueyonder.co.uk/svg/principle.svg
2. Open with IE/Adobe SVG viewer
3. Attempt to open with Firefox
Actual Results:
Opens with Adobe SVG viewer.
Won't open with firefox
Comment 1•15 years ago
|
||
<svg viewBox="0 0 524.261 680.432" xml:space="preserve"> is missing the namespace attribute. See http://jwatt.org/svg/authoring/#namespace-binding
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•