Skip to main content

Module flo_curves

Module flo_curves 

Source
Expand description

Provides conversions to and from flo_curves path types.

This module allows for interoperability with the flo_curves library by converting between this crate’s Path and flo_curves’s SimpleBezierPath and Vec<Curve<Coord2>>. This is essential for leveraging flo_curves’s path manipulation algorithms.