Module lyon::tessellation::path_stroke
[−]
Path stroke tessellator
Tessellation routines for path stroke operations.
The current implementation is pretty basic and does not deal with overlap in an svg-compliant way.
Overview
TODO
Example
TODO
Structs
| StrokeBuilder |
A builder that tessellates a stroke directly without allocating any intermediate data structure. |
| StrokeOptions |
Parameters for the tessellator. |
| StrokeTessellator |
A Context object that can tessellate stroke operations for complex paths. |
Enums
| LineCap |
Line cap as defined by the SVG specification. |
| LineJoin |
Line join as defined by the SVG specification. |
Type Definitions
| StrokeResult |