Closed
Bug 307889
Opened 19 years ago
Closed 19 years ago
SVG rendering of m0n0wall traffic graph broken
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
INVALID
People
(Reporter: f.engelhardt, Unassigned)
Details
Attachments
(1 file)
|
8.93 KB,
image/svg+xml
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20050829 Firefox/1.6a1 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20050829 Firefox/1.6a1 The m0n0wall traffic graph rendering is broken. Adobe SVG plugin renders it fine. Adobe: http://www.m0n0.ch/wall/screens/status_graph.png Deer Park: http://www.blaue0.net/wp-content/monodeerpark.jpg This bug is also described at: http://www.blaue0.net/2005/08/03/deer-park-and-m0n0wall/ Reproducible: Always Steps to Reproduce:
Assignee: nobody → general
Component: General → SVG
Product: Firefox → Core
QA Contact: general → ian
Version: unspecified → Trunk
Comment 1•19 years ago
|
||
can you please attach a sample SVG file, without the svg source, its hard to track down the problem.
| Reporter | ||
Comment 2•19 years ago
|
||
This sample svg file exhibits the described bug. It usually gets traffic information constantly from the router using javascript and animates the traffic graph accordingly, but the rendering bug also occurs when there is no data source available.
Comment 3•19 years ago
|
||
From a cursory look there are a number of issues with that file. For a start it uses ASV extensions such as some non-standard getters instead of properties, and the getURL function. For example evt.getTarget().getOwnerDocument(); should be evt.target.ownerDocument; and getURL would need to be replaced with the more widely supported XMLHttpRequest. There are most likely other issues. Perhaps you could send an email to the developers of m0n0wall and encourage them to download Mozilla Firefox 1.5 beta 1 and get their SVG working in Moz by making it conform to the standard a bit better? Feel free to CC me, and I will try to help out with any problems they encounter if needs be.
Updated•19 years ago
|
Severity: major → normal
OS: Windows XP → All
Hardware: PC → All
Comment 4•19 years ago
|
||
Content is not actually SVG, and all of it seems to be 404 in any case....
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
Comment 5•19 years ago
|
||
I submitted a patch to m0n0wall, so the SVG in the next version (after version 1.2) should work in moz.
You need to log in
before you can comment on or make changes to this bug.
Description
•