Handle conic-gradients in nsCSSGradientRenderer for WebRender
Categories
(Core :: Web Painting, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: ntim, Assigned: ntim)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
nsCSSGradientRenderer handles sending drawing commands to the respective graphics backends. Since conic-gradients are initially only implemented in WebRender, I'll only take care of doing the minimum to support WebRender (so probably no handling for gfxPattern until there's Skia/D2D support).
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Comment 3•5 years ago
|
||
bugherder |
Comment 4•5 years ago
|
||
I'm not convinced this bug requires any MDN updates, so I'm removing the dev-doc-needed keyword. We are tracking finalizing the conic gradient documentation over on https://bugzilla.mozilla.org/show_bug.cgi?id=1175958.
Let me know if I've missed something; thanks!
Comment 5•5 years ago
|
||
The dev-doc-needed flag was there because I initially set it on bug 1614202 to add it to https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Experimental_features once implemented and Tim moved the flag to this, which I have added now.
So let's mark this one as dev-doc-complete.
Sebastian
Description
•