Skip to content

Commit

Permalink
Show warn! for shadow drawing operations
Browse files Browse the repository at this point in the history
  • Loading branch information
pylbrecht committed Oct 11, 2019
1 parent 46b048c commit f88c6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/canvas/raqote_backend.rs
Expand Up @@ -306,7 +306,7 @@ impl GenericDrawTarget for raqote::DrawTarget {
_sigma: f32,
_operator: CompositionOp,
) {
unimplemented!();
warn!("no support for drawing shadows");
}
fn fill(&mut self, path: &Path, pattern: Pattern, draw_options: &DrawOptions) {
self.fill(
Expand Down

0 comments on commit f88c6ef

Please sign in to comment.