Add line dash API

This commit is contained in:
Cory Forsstrom 2022-01-27 09:40:52 -08:00
parent 4aa943cbc6
commit e835cea03c
6 changed files with 76 additions and 3 deletions

View file

@ -35,7 +35,7 @@ pub use frame::Frame;
pub use geometry::Geometry;
pub use path::Path;
pub use program::Program;
pub use stroke::{LineCap, LineJoin, Stroke};
pub use stroke::{LineCap, LineDash, LineJoin, Stroke};
pub use text::Text;
/// A widget capable of drawing 2D graphics.