Implement StrokeOptions

This commit is contained in:
pylbrecht 2019-06-20 10:58:06 +02:00 committed by Bastien Orivel
parent 4aad4ff858
commit 4179f91f93
2 changed files with 44 additions and 6 deletions

View file

@ -366,7 +366,7 @@ pub enum StrokeOptions<'a> {
#[cfg(feature = "canvas2d-azure")]
Azure(azure::azure_hl::StrokeOptions<'a>),
#[cfg(feature = "canvas2d-raqote")]
Raqote(PhantomData<&'a ()>),
Raqote(raqote::StrokeStyle, PhantomData<&'a ()>),
}
#[derive(Clone, Copy)]