API Reference / @gtkx/cairo / LineJoin
Enumeration: LineJoin
Defined in: enums.d.ts:14
How the corners of a stroked path are rendered.
Enumeration Members
BEVEL
BEVEL:
2
Defined in: enums.d.ts:257
Uses a cut-off join at half the line width from the joint point.
MITER
MITER:
0
Defined in: enums.d.ts:253
Uses a sharp corner cut off at the miter limit.
ROUND
ROUND:
1
Defined in: enums.d.ts:255
Uses a rounded join centered on the joint point.