13 unstable releases (4 breaking)
0.11.4 | Feb 4, 2024 |
---|---|
0.11.3 | Dec 3, 2023 |
0.11.2 | Oct 1, 2023 |
0.11.1 | Jun 16, 2023 |
0.7.0 | Jul 3, 2022 |
#72 in Graphics APIs
376,846 downloads per month
Used in 387 crates
(14 directly)
215KB
5K
SLoC
tiny-skia-path
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
lib.rs
:
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.
Dependencies
~180–290KB