//! Scene drawable primitives and draw-command emission.
//!
//! Owns primitive visual descriptions such as Rect, Circle, Line, Polyline,
//! Path, Image, Svg, PixelGrid, and low-level draw-command conversion. Drawable
//! code is where semantic nodes become renderable geometry or textures.
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;