Add line dash API
This commit is contained in:
parent
4aa943cbc6
commit
e835cea03c
6 changed files with 76 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue