SVG Interview Questions and Answers For Freshers Part-5
41.How to draw a close ended polygon in SVG? ‘polygon’ tag of SVG is used to draw a polygon. Following is the commonly used attribute − points – List of points to make up a polygon. Example − <polygon points…
Read More