getLineDash method
The getLineDash()
method of the Canvas 2D API's
CanvasRenderingContext2D interface gets the current line dash pattern.
Implementation
external JSArray<JSNumber> getLineDash();
The getLineDash()
method of the Canvas 2D API's
CanvasRenderingContext2D interface gets the current line dash pattern.
external JSArray<JSNumber> getLineDash();