mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update WR (box shadows, subpixel + alpha text)
This commit is contained in:
parent
11413ab013
commit
4c1c20d492
4 changed files with 7 additions and 5 deletions
|
@ -1226,8 +1226,6 @@ pub struct DefineClipScrollNodeItem {
|
|||
/// How a box shadow should be clipped.
|
||||
#[derive(Clone, Copy, Debug, Deserialize, HeapSizeOf, PartialEq, Serialize)]
|
||||
pub enum BoxShadowClipMode {
|
||||
/// No special clipping should occur. This is used for (shadowed) text decorations.
|
||||
None,
|
||||
/// The area inside `box_bounds` should be clipped out. Corresponds to the normal CSS
|
||||
/// `box-shadow`.
|
||||
Outset,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue