stroke method

Renders the strokes of the current subpath by using the current stroke styles.

 

Syntax

object.stroke();

Parameters

This method has no parameters.

Return value

This method does not return a value.

Standards information

Remarks

Use the ICanvasRenderingContext2D::beginPath method after you call the ICanvasRenderingContext2D::stroke method to close the existing path and start a new one with different properties.