| conic.rs |
Conic gradients
Specification: https://drafts.csswg.org/css-images-4/#conic-gradients
Conic gradients are rendered via cached render tasks and composited with the image brush. |
15656 |
48 % |
| linear.rs |
Linear gradients
Specification: https://drafts.csswg.org/css-images-4/#linear-gradients
Linear gradients are rendered via cached render tasks and composited with the image brush. |
26591 |
89 % |
| mod.rs |
|
16286 |
94 % |
| radial.rs |
Radial gradients
Specification: https://drafts.csswg.org/css-images-4/#radial-gradients
Radial gradients are rendered via cached render tasks and composited with the image brush. |
21193 |
64 % |