vexy-vsvg-plugin-sdk 2.4.2

Plugin SDK for vexy-vsvg
Documentation
1
2
3
4
5
6
7
// 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.