Open
Bug 1888150
Opened 7 months ago
Updated 7 months ago
Hook up the path filling infrastructure to clip paths
Categories
(Core :: Graphics: WebRender, task)
Core
Graphics: WebRender
Tracking
()
NEW
People
(Reporter: nical, Unassigned)
References
(Blocks 1 open bug)
Details
clip path should be implemented similarly to border radius: the path would be rendered as a mask with multiplicative blending on top of a render task.
This requires the path filling algorithm to support inverted fills which is easy to add but isn't currently implemented in the prototype.
You need to log in
before you can comment on or make changes to this bug.
Description
•