//! Source-neutral static visualization primitives.
//!
//! Source crates own evidence extraction and track semantics. This crate
//! owns only the portable scene shape, a small SVG renderer, and
//! artifact-root publishing for generated report figures.
pub use write_svg_artifact;
pub use VisualizationError;
pub use ;
pub use render_svg;