Closed
Bug 1902136
Opened 8 months ago
Closed 4 months ago
WR SVG filters: Investigate bounds issue with feOffset so it can be enabled
Categories
(Core :: Graphics: WebRender, defect, P2)
Tracking
()
RESOLVED
FIXED
People
(Reporter: ahale, Assigned: ahale)
References
Details
If gfx.webrender.svg-filter-effects.feoffset is enabled (which is not presently the default) the bounds of the second rect in https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feOffset#example turns out wrong (appearing as if pre/post filter bounds is being used incorrectly), presumably the subregion fed to WebRender isn't being calculated correctly in Gecko (BuildWebRenderSVGFiltersImpl), this blocks enabling feOffset which is a semi-common filter.
Assignee | ||
Updated•8 months ago
|
Severity: -- → S3
Priority: -- → P2
Version: unspecified → Firefox 129
Assignee | ||
Comment 1•4 months ago
|
||
This was fixed by landing Bug 1905611.
Assignee: nobody → ahale
Status: NEW → RESOLVED
Closed: 4 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•