stroke
Draws the outline of the current path using the current stroke style and line width.
Declaration
void stroke(
DOMPath path
);Discussion
The stroke style can be a color, gradient, or pattern.
Draws the outline of the current path using the current stroke style and line width.
void stroke(
DOMPath path
);The stroke style can be a color, gradient, or pattern.