8 unstable releases (3 breaking)
new 0.10.0 | May 27, 2023 |
---|---|
0.9.0 | Apr 23, 2023 |
0.8.4 | Apr 22, 2023 |
0.8.3 | Feb 5, 2023 |
0.7.0 | Jul 3, 2022 |
#45 in Graphics APIs
124,799 downloads per month
Used in 87 crates
(4 directly)
210KB
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.
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
~150–260KB