Closed
Bug 381875
Opened 18 years ago
Closed 18 years ago
Large numbers in shape attributes (width,height,etc.) are not handled correctly
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 315383
People
(Reporter: bugzilla, Unassigned)
Details
Attachments
(1 file)
922 bytes,
image/svg+xml
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a4) Gecko/20070427 GranParadiso/3.0a4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a4) Gecko/20070427 GranParadiso/3.0a4
SVG rectangles with very large widths are either not painted or painted incorrectly, depending on platform/build.
FF2 on MacOS does not paint the rectangle.
FF2 on Windows paints the rectangle wrong.
Gran Paradiso 4 on Windows paints the rectangle wrong.
Reproducible: Always
Steps to Reproduce:
1.Create a <rect> element with a very large width
2.Verify displayed shape
3.
Actual Results:
Wrong shape, or shape not displayed.
Expected Results:
Shape correctly painted
This is not a new issue and this problem is demonstrated under many forms.
Large attributes on circle size are not handled correctly: Bug 333964
Large rectangles do not respond to mouse events: Bug 343340
Very long lines are not displayed: Bug 315383
I would really like to have this bug addressed. I submitted a new bug report to simplify the issue at hand. I have tried to test multiple platforms and builds to demonstrate the amplitude of the issue. If more help is needed in tracking this down, please let me know.
Comment 3•18 years ago
|
||
This is known and documented in http://developer.mozilla.org/en/docs/SVG_in_Firefox#Coordinate_range
Note that cairo may change to 24.8 in 1.6
http://gitweb.freedesktop.org/?p=cairo.git;a=blob;h=ecf218a15f95e1b3df98325d412a8e85729e688a;hb=1cf4ed989473e2468ea2d64bb7759084c9f6a1e4;f=ROADMAP
And without wanting to make a big deal of it see also point 1.2 in
https://bugzilla.mozilla.org/page.cgi?id=etiquette.html
:-)
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
Thanks for clarification ad the pointers. As far as for the etiquettes, I am sorry that I came across the wrong way. I am simply trying to find out how I can best help resolve this issue. I also work on open source sw. I am not taking anyone for granted.
You need to log in
before you can comment on or make changes to this bug.
Description
•