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 …
Interview Questions and AnswersSVGTechnical Interview Questions and Answers
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 …
31.Can SVG images be made responsive to user actions? Yes! SVG images can be made responsive to user actions. SVG supports pointer events, keyboard events and document events.
21.Which stroke property defines thickness of text, line or outline of any element? ‘stroke-width’ property defines thickness of text, line or outline of any element.
11.Which tag of SVG is used to draw a open shape consisting of connected straight lines? ‘polyline’ tag of SVG is used to draw a open shape consisting of connected …
1.What SVG stands for? SVG stands for Scalable Vector Graphics.