Module has_geometry_trait

Module has_geometry_trait 

Source

Structs§

HasGeometryTrait

Enums§

StrokeAlign
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
StrokeCap
A string enum describing the end caps of vector paths.
StrokeJoin
A string enum with value of "MITER", "BEVEL", or "ROUND", describing how corners in vector paths are rendered.