mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Implement ColorBurn
This commit is contained in:
parent
430fad8b13
commit
b8f92937b3
1 changed files with 1 additions and 1 deletions
|
@ -773,7 +773,7 @@ impl ToRaqoteStyle for BlendingStyle {
|
|||
BlendingStyle::Saturation => raqote::BlendMode::Saturation,
|
||||
BlendingStyle::Color => raqote::BlendMode::Color,
|
||||
BlendingStyle::Luminosity => raqote::BlendMode::Luminosity,
|
||||
BlendingStyle::ColorBurn => unimplemented!("raqote doesn't support colorburn"),
|
||||
BlendingStyle::ColorBurn => raqote::BlendMode::ColorBurn,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue