mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Add missing CompositionStyle::Clear
This commit is contained in:
parent
f75b01f07d
commit
ae110f2e6c
5 changed files with 4 additions and 13 deletions
|
@ -1002,6 +1002,7 @@ impl ToRaqoteStyle for CompositionStyle {
|
|||
CompositionStyle::Copy => raqote::BlendMode::Src,
|
||||
CompositionStyle::Lighter => raqote::BlendMode::Add,
|
||||
CompositionStyle::Xor => raqote::BlendMode::Xor,
|
||||
CompositionStyle::Clear => raqote::BlendMode::Clear,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue