tiny-skia-path

Crates.iotiny-skia-path
lib.rstiny-skia-path
version0.11.4
sourcesrc
created_at2022-07-03 14:41:53.168009
updated_at2024-02-04 15:18:01.588399
descriptionA tiny-skia Bezier path implementation
homepage
repositoryhttps://github.com/RazrFalcon/tiny-skia/tree/master/path
max_upload_size
id618366
size216,131
Yevhenii Reizner (RazrFalcon)

documentation

https://docs.rs/tiny-skia-path/

README

tiny-skia-path

Build Status Crates.io Documentation

A tiny-skia Bezier path implementation.

Provides a memory-efficient Bezier path container, path builder, path stroker and path dasher.

Also provides some basic geometry types, but they will be moved to an external crate eventually.

Note that all types use single precision floats (f32), just like Skia.

MSRV: stable

License

The same as used by Skia: New BSD License

Commit count: 266

cargo fmt