Structs§
Enums§
- Stroke
Align - Position of stroke relative to vector outline, as a string enum -
INSIDE: stroke drawn inside the shape boundary -OUTSIDE: stroke drawn outside the shape boundary -CENTER: stroke drawn centered along the shape boundary - Stroke
Cap - A string enum describing the end caps of vector paths.
- Stroke
Join - A string enum with value of "MITER", "BEVEL", or "ROUND", describing how corners in vector paths are rendered.