0
What is the use of <svg> tag and what are its attributes?
3 odpowiedzi
0
The HTML <svg> element is a container for SVG graphics.
SVG is a language for describing 2D graphics in XML.
SVG is XML based, which means that every element is available within the SVG DOM. You can attach JavaScript event handlers for an element.
In SVG, each drawn shape is remembered as an object. If attributes of an SVG object are changed, the browser can automatically re-render the shape.
SVG has several methods for drawing paths, boxes, circles, text, and graphic images.
0
Xyz Sonar check this and clear your thought.
https://www.google.com/amp/s/www.w3docs.com/learn-html/html-svg-tag.html
https://www.w3schools.com/html/html5_svg.asp
Hope this is helpful for u.Thanks