Rename canvas::TextNode to canvas::Text
This commit is contained in:
parent
1bb8555691
commit
f35c9f25f0
3 changed files with 11 additions and 9 deletions
|
|
@ -28,7 +28,7 @@ pub use frame::Frame;
|
|||
pub use layer::Layer;
|
||||
pub use path::Path;
|
||||
pub use stroke::{LineCap, LineJoin, Stroke};
|
||||
pub use text::TextNode;
|
||||
pub use text::Text;
|
||||
|
||||
/// A widget capable of drawing 2D graphics.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue