Crates.io | tiny-skia-path |
lib.rs | tiny-skia-path |
version | 0.11.4 |
source | src |
created_at | 2022-07-03 14:41:53.168009 |
updated_at | 2024-02-04 15:18:01.588399 |
description | A tiny-skia Bezier path implementation |
homepage | |
repository | https://github.com/RazrFalcon/tiny-skia/tree/master/path |
max_upload_size | |
id | 618366 |
size | 216,131 |
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
The same as used by Skia: New BSD License