Open
Bug 1896740
Opened 2 years ago
Updated 10 months ago
WR SVG filters: Implement more of the remaining filters
Categories
(Core :: Graphics: WebRender, task, P2)
Core
Graphics: WebRender
Tracking
()
NEW
People
(Reporter: ahale, Assigned: ahale)
References
(Blocks 4 open bugs)
Details
Attachments
(1 file)
There are a few less common filters we may want to implement, which are relatively simple:
- feConvolveMatrix
- feDiffuseLighting
- feDisplacementMap
- feSpecularLighting
In particular the lighting filters and displacement filters tend to be used in animated scenarios where jank becomes extremely visible, on the rare sites that use this functionality.
| Assignee | ||
Updated•2 years ago
|
Assignee: nobody → ahale
Severity: -- → S3
Priority: -- → P2
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 3•1 year ago
|
||
feMorphology may be worth implementing at the same time.
You need to log in
before you can comment on or make changes to this bug.
Description
•