Implement need_to_draw_shadow

This commit is contained in:
Bastien Orivel 2019-08-08 16:40:38 +02:00
parent 559b28ce7b
commit ed0dbafc72
2 changed files with 12 additions and 4 deletions

View file

@ -317,7 +317,7 @@ pub enum Color {
#[cfg(feature = "canvas2d-azure")]
Azure(azure::azure_hl::Color),
#[cfg(feature = "canvas2d-raqote")]
Raqote(()),
Raqote(raqote::SolidSource),
}
#[derive(Clone)]