mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
layout: Add support for mix-blend-mode: plus-lighter
(#34057)
This just requires translating the style value into a WebRender value. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
d17321f53d
commit
d5554235fe
6 changed files with 14 additions and 19 deletions
|
@ -102,6 +102,7 @@ impl ToLayout for MixBlendMode {
|
|||
MixBlendMode::Saturation => wr::MixBlendMode::Saturation,
|
||||
MixBlendMode::Color => wr::MixBlendMode::Color,
|
||||
MixBlendMode::Luminosity => wr::MixBlendMode::Luminosity,
|
||||
MixBlendMode::PlusLighter => wr::MixBlendMode::PlusLighter,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue