skia_safe

Module path

Source
Expand description

All Sk* types are accessible via skia_safe::

Structs§

Enums§

  • AddPathMode chooses how add_path() appends. Adding one Path to another can extend the last contour or start a new contour.
  • Four oval parts with radii (rx, ry) start at last Path Point and ends at (x, y). ArcSize and Direction select one of the four oval parts.
  • Verb instructs Path how to interpret one or more Point and optional conic weight; manage contour, and terminate Path.

Type Aliases§