Closed
Bug 377569
Opened 18 years ago
Closed 18 years ago
Only text items in a SVG image are displayed
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: maran, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
SVG rendering has regressed with the latest patch for Firefox 2. Now, only text items in a SVG image are displayed, and other graphical items like lines and circles are not. This only happens when the SVG image is included in a html page with the <object data="file.svg"> tag. If the SVG image is loaded standalone into the browser, it is displayed correctly. The SVG image I use is generated by the program dot in the Graphviz suite.
Reproducible: Always
Steps to Reproduce:
1. Load a page containing a <object> reference to a svg image.
Actual Results:
Only text items are displayed.
Expected Results:
All graphical items in the SVG image should be displayed.
Updated•18 years ago
|
Assignee: nobody → general
Component: General → SVG
Product: Firefox → Core
QA Contact: general → ian
Version: unspecified → 1.8 Branch
Comment 1•18 years ago
|
||
Could you attach a testcase please?
| Reporter | ||
Comment 2•18 years ago
|
||
The problem was in the server, which reported a content type of "text/html" for the SVG image. Nothing wrong with Firefox. I'm sorry for taking your time.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•