Open
Bug 930445
Opened 12 years ago
Updated 3 years ago
Make SVG gradient filters not suck
Categories
(Core :: Graphics, defect)
Tracking
()
NEW
People
(Reporter: gal, Unassigned)
References
(Depends on 1 open bug)
Details
FFOS uses this to fade out labels on the left and right on the home screen (as a form of overflow handling). This might be worth a CSS extension, but for now I would like to make it not suck.
Currently we are slow to draw gradients (bug 929842), we re-create the gradient stops every time, and applying the filter is slow too.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•