// this_file: crates/vexy-vsvg-plugin-sdk/src/plugins/convert_path_data/rel_to_abs.rs
//! Converts relative path commands to absolute coordinates.
//!
//! Absolute commands are sometimes shorter when coordinates are small positive numbers.
//! This module would contain the conversion logic if factored out. Currently implemented
//! inline in `mod.rs` as part of the optimization pipeline.