// SPDX-License-Identifier: MIT OR Apache-2.0
//! Arena scene graph with typed visual marks.
//!
//! This crate defines the shared visual vocabulary consumed by rendering
//! backends (esoc-gpu, esoc-gfx) and produced by chart logic (esoc-chart).
pub use SceneGraph;
pub use ;
pub use ;
pub use ;
pub use Scale;
pub use ;
pub use Affine2D;