lineCap property

CanvasLineCap get lineCap

The CanvasRenderingContext2D.lineCap property of the Canvas 2D API determines the shape used to draw the end points of lines.

Note: Lines can be drawn with the CanvasRenderingContext2D.stroke, CanvasRenderingContext2D.strokeRect, and CanvasRenderingContext2D.strokeText methods.

Implementation

external CanvasLineCap get lineCap;
set lineCap (CanvasLineCap value)

Implementation

external set lineCap(CanvasLineCap value);