Skip to content

Commit

Permalink
Handle BlendMode::Clear in GenericDrawTarget::fill()
Browse files Browse the repository at this point in the history
  • Loading branch information
pylbrecht committed Dec 17, 2019
1 parent a50aef6 commit ada7986
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/canvas/raqote_backend.rs
Expand Up @@ -464,6 +464,7 @@ impl GenericDrawTarget for raqote::DrawTarget {
draw_options.as_raqote(),
);
},
raqote::BlendMode::Clear |
raqote::BlendMode::SrcAtop |
raqote::BlendMode::DstOut |
raqote::BlendMode::Add |
Expand Down

0 comments on commit ada7986

Please sign in to comment.