mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Implement DrawOptions.set_alpha()
This commit is contained in:
parent
ba1fa0835f
commit
4aad4ff858
2 changed files with 3 additions and 3 deletions
|
@ -358,7 +358,7 @@ pub enum DrawOptions {
|
|||
#[cfg(feature = "canvas2d-azure")]
|
||||
Azure(azure::azure_hl::DrawOptions),
|
||||
#[cfg(feature = "canvas2d-raqote")]
|
||||
Raqote(()),
|
||||
Raqote(raqote::DrawOptions),
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue