Open
Bug 1896740
Opened 6 months ago
Updated 1 month 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 6 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•6 months ago
|
Assignee: nobody → ahale
Severity: -- → S3
Priority: -- → P2
Assignee | ||
Comment 1•6 months ago
|
||
Assignee | ||
Updated•2 months ago
|
Assignee | ||
Comment 3•2 months 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
•