Crate tiny_skia_path

source ยท
Expand description

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.

Modulesยง

Structsยง

Enumsยง

  • Draws at the beginning and end of an open path contour.
  • Specifies how corners are drawn when a shape is stroked.
  • A path segment.
  • A path verb.

Constantsยง

Traitsยง

Functionsยง

Type Aliasesยง

  • LengthU32 ๐Ÿ”’
    An integer length that is guarantee to be > 0