+ 1
How to use stroke
3 Answers
+ 2
The stroke() method actually draws the path you have defined with all those moveTo() and lineTo() methods. The default color is black.
+ 2
yes anil Krishna raj told correctly but it is not in svg it is in canvas
you can use Stoke() methods with arguments as coordinates of end point width and color
you can call it using scripts
in svg you can use Stoke as attribute to set color of outlines of vector and also none to remove it
0
Anil Krishna raj is right đ