mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Handle BlendMode::Clear
in GenericDrawTarget::fill()
This commit is contained in:
parent
a50aef6f00
commit
ada7986fef
1 changed files with 1 additions and 0 deletions
|
@ -464,6 +464,7 @@ impl GenericDrawTarget for raqote::DrawTarget {
|
||||||
draw_options.as_raqote(),
|
draw_options.as_raqote(),
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
raqote::BlendMode::Clear |
|
||||||
raqote::BlendMode::SrcAtop |
|
raqote::BlendMode::SrcAtop |
|
||||||
raqote::BlendMode::DstOut |
|
raqote::BlendMode::DstOut |
|
||||||
raqote::BlendMode::Add |
|
raqote::BlendMode::Add |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue