17 lines
857 B
Markdown
17 lines
857 B
Markdown
# tiny-skia-path
|
|

|
|
[](https://crates.io/crates/tiny-skia-path)
|
|
[](https://docs.rs/tiny-skia-path)
|
|
[](https://www.rust-lang.org)
|
|
|
|
A [tiny-skia](https://github.com/RazrFalcon/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](https://skia.org/).
|
|
|
|
## License
|
|
|
|
The same as used by [Skia](https://skia.org/): [New BSD License](./LICENSE)
|