Closed
Bug 478511
Opened 16 years ago
Closed 15 years ago
Hang [@ ripc_Scavange] [@ __spin_lock] with SVG pattern
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: hang, testcase)
Attachments
(2 files)
No description provided.
| Reporter | ||
Comment 1•16 years ago
|
||
Updated•16 years ago
|
Flags: wanted1.9.2+
| Reporter | ||
Comment 2•15 years ago
|
||
WFM
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 3•15 years ago
|
||
Flags: in-testsuite+
Comment 4•15 years ago
|
||
This testcase still has serious problems.
On windows I see a circle with _very_ blurry edges.
On linux it uses 100% cpu and nearly hangs my browser and draws a black box, and has some gfx and/or cairo asserts.
There doesn't seem to be anything pathological about this testcase. Does our support for some of the features it uses have gaps?
Comment 5•15 years ago
|
||
The pathological element is that the pattern is very very big.
If attribute ‘patternUnits’ is not specified, then the effect is as if a value of 'objectBoundingBox' were specified
So the pattern is 200 x 200 wide and 200 x 200 high.
Comment 6•15 years ago
|
||
We do have bug 465087 for doing something about it.
You need to log in
before you can comment on or make changes to this bug.
Description
•