Closed
Bug 333964
Opened 19 years ago
Closed 17 years ago
hangs up on opening SVG file with a large circle
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: azmodan, Unassigned)
Details
Attachments
(1 file)
283 bytes,
image/svg+xml
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2
FF hangs up while opening an SVG file with a very large circle. Example svg file:
----------------------
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" version="1.1"
xmlns="http://www.w3.org/2000/svg">
<circle cx="400" cy="50" r="55555" fill="white"/>
</svg>
----------------------
Reproducible: Always
Steps to Reproduce:
1. Create SVG file with <circle cx="400" cy="50" r="55555" fill="white"/> (example is given in the Details box).
2. Open the file in Firefox
Actual Results:
Firefox hangs up
Expected Results:
Resizing the SVG file?
I checked it on several computers with FF 1.5.0.1, and on one computer with FF 1.5.0.2 (all on Windows XP). It always hangs up the browser.
Updated•19 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
|
||
Comment 2•18 years ago
|
||
User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
Does not hang on FF 2 (UA see above) but takes long to render.
Also look at Bug 381875
Comment 4•17 years ago
|
||
Fixed by check in for bug 384681
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•