Skip to main content

Crate dioxuscut_paths

Crate dioxuscut_paths 

Source
Expand description

Dioxuscut Paths — SVG path parsing, metrics, and stroke evolution utilities.

Ported from @remotion/paths:

Re-exports§

pub use evolve_path::evolve_path;
pub use length::get_instructions_length;
pub use length::get_length;
pub use parser::parse_path;
pub use parser::serialize_instructions;
pub use parser::PathParseError;
pub use point_at_length::get_point_at_length;
pub use transform::scale_path;
pub use transform::translate_path;
pub use types::EvolvedPath;
pub use types::Instruction;
pub use types::Point;

Modules§

evolve_path
SVG path evolution for line drawing animations.
length
SVG path length calculation.
parser
SVG path parser and serializer.
point_at_length
Point calculation at specific distance along an SVG path.
transform
SVG path geometric transformations.
types
SVG path types and data structures.