#path #bezier #dash #graphics #stroke

no-std ressa-path

Bezier path implementation

1 unstable release

0.0.1 May 18, 2023

#18 in #dash

BSD-3-Clause

205KB
5K SLoC

ressa-path

Bezier path implementation for ressa.

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

~170–285KB