···55pub mod layer;
66pub mod objects;
77pub mod region;
88+pub mod shapes;
89pub mod transform;
9101011pub use canvas::Canvas;
···1213pub use fill::{Fill, FillOperations};
1314pub use filter::{Filter, FilterType};
1415pub use layer::Layer;
1515-pub use objects::{ColoredObject, LineSegment, Object, ObjectSizes};
1616+pub use objects::{Object, ObjectSizes};
1717+pub use shapes::{LineSegment, Shape};
1618pub use transform::{Transformation, TransformationType};