mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +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
|
@ -70,6 +70,7 @@ impl ToWebRender for ComputedMixBlendMode {
|
|||
ComputedMixBlendMode::Saturation => MixBlendMode::Saturation,
|
||||
ComputedMixBlendMode::Color => MixBlendMode::Color,
|
||||
ComputedMixBlendMode::Luminosity => MixBlendMode::Luminosity,
|
||||
ComputedMixBlendMode::PlusLighter => MixBlendMode::PlusLighter,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue