leibniz 0.2.0

The package provides a differentiable vector graphics rasterization loss.
Documentation
1
2
3
4
5
6
7
8
9
//! Backend-independent geometry model.

mod command;
mod curve;
mod layout;

pub use command::Command;
pub use curve::Indices;
pub use layout::{Layout, Range};