Registry / utility / lyon-svg

lyon-svg

JSON →
library0.17.2rscratesunverified

SVG helpers for the lyon 2D graphics path tessellation library.

# Cargo.toml [dependencies] lyon_svg = "0.17.2"
INSTALL
IMPORT
SIG · LYON-SVG
L
lyon-svg
utilityrustv0.17.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Path
use lyon_svg::path::Path;

Parse an SVG path string into a lyon path.

use lyon_svg::path::Path; fn main() { let path = Path::from_svg("M10 10 L 20 20").unwrap(); println!("Path: {:?}", path); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.17.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
lyon-svg — cargo add lyon-svg · libregistry