servo/components/layout/display_list
Martin Robinson 1d1f239ecc
layout: Enable rendering of conical-gradient and repeating-conical-gradient (#31597)
This also ignores a clippy warning for a new function (and a similar
existing one), until this code can be refactored to use temporary Rust
strutures to carry display list building state.

There are a few new test failures here:

 - FAIL [expected PASS] /css/css-images/image-set/image-set-conic-gradient-rendering.html
 - FAIL [expected PASS] /css/css-images/image-set/image-set-repeating-conic-gradient-rendering.html

 These fail because Servo does not yet support `image-set()`.

 - FAIL [expected PASS] /css/filter-effects/filter-function/filter-function-conic-gradient.html
 - FAIL [expected PASS] /css/filter-effects/filter-function/filter-function-repeating-conic-gradient.html

 These fail because Servo does not support the very early filter effects
 specification.

 - FAIL [expected PASS] /html/canvas/element/manual/fill-and-stroke-styles/conic-gradient-rotation.html
 - FAIL [expected PASS] /html/canvas/element/manual/fill-and-stroke-styles/conic-gradient.html

 These fail because this change only adds support for CSS conical
 gradients. Another set of changes will be necessary to support this for
 Canvas.
2024-03-11 12:58:44 +00:00
..
background.rs clippy: Fix warnings in components/layout (#31612) 2024-03-11 10:24:36 +00:00
border.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
builder.rs layout: Enable rendering of conical-gradient and repeating-conical-gradient (#31597) 2024-03-11 12:58:44 +00:00
conversions.rs Further changes required by Servo 2023-11-24 08:57:14 +01:00
gradient.rs Update Stylo to 2023-07-23 (#31437) 2024-02-29 10:23:53 +00:00
items.rs clippy: Fix warnings in components/layout (#31612) 2024-03-11 10:24:36 +00:00
mod.rs Implement support for the drop-shadow filter (#30439) 2023-10-04 11:32:45 +00:00
webrender_helpers.rs rustdoc: Fix many rustdoc errors (#31147) 2024-01-22 13:13:48 +00:00