//! Render backends for drawlang: SVG (native writer) and PNG (via resvg).
//!
//! Text is measured (in drawlang-core) with the same bundled font the PNG
//! rasterizer uses, so labels fit exactly. The SVG writer is deterministic:
//! same geometry in, byte-identical output.
pub use render_png;
pub use ;