Expand description
All Sk* types are accessible via skia_safe::
Structs
- Iterates through verb array, and associated
Pointarray and conic weight. Provides options to treat open contours as closed, and to ignore degenerate data. - RawIterDeprecated
- SegmentMask constants correspond to each drawing Verb type in
crate::Path; for instance, ifcrate::Pathonly contains lines, only thecrate::path::SegmentMask::LINEbit is set.
Enums
- AddPathMode chooses how
add_path()appends. Adding onePathto another can extend the last contour or start a new contour.