interface PathStroke

Properties to be provided with strokePath.

Properties
color, dash, lineCap, lineJoin, lineWidth, path

Properties

color
Type:
string
dash
optional
Type:
number[]
lineCap
optional
Type:
CanvasLineCap
lineJoin
optional
Type:
CanvasLineJoin
lineWidth
optional
Type:
number
path
Type:
Path