//! Vector leaf-node compilation: rect, ellipse, line, polygon, polyline, shape,
//! and connector.
//!
//! Each `compile_*` entry mirrors the shared leaf signature and emits the same
//! `SceneCommand` stream that the original inline `compile_node` arms produced.
//! This module root is wiring only — the per-concern logic lives in the
//! submodules and is re-exported here so the dispatcher's `use` paths resolve
//! unchanged.
pub use ;
pub use ;
pub use ;
pub use ;