mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Show warn! for shadow drawing operations
This commit is contained in:
parent
46b048c0a5
commit
f88c6efd63
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue