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/normalize.rs

//! Path command normalization utilities.
//!
//! This module would contain normalization logic for path commands (converting all to
//! absolute coordinates for processing, etc.) if factored out from the main module.
//! Currently, normalization logic lives in `mod.rs` within the path optimization pipeline.