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