Expand description
Structs and enums used for drawing on a canvas.
A lot of APIs are largely based on raqote.
Structs§
- Color
- A color with red, green, blue, and alpha components.
- Path
- A 2D path.
- Path
Builder - A builder for paths.
- Point
- A 2D point.
- Rect
- A rectangle.
- Stroke
Style - The configuration options for drawing strokes.
Enums§
- Font
Weight - A standard typeface weight.
- LineCap
- The endpoint style of a line.
- Line
Join - The style of connected line joins.
- PathOp