Scalable Vector Graphics (SVG) is an XML-based vector image format used to define graphics for the web. SVG allows three types of graphic objects, namely vector graphic shapes (straight lines and curves), images and text.
SVG is a language based on XML for describing two-dimensional vector and mixed vector/raster graphics. SVG content is scalable to display in different resolutions and easy to combine with HTML content using XML namespaces. This script can also be used to create interactive documents and, declarative animation feature is used for animations.
Simply “SVG” makes images resizable at any zoom level with same quality
SVG Advantages
Reduce the http request by directly embedding the SVG into html document using the svg tag.
Using text code editors, we can easily edit the SVG
Smaller File Size
We can draw shapes like rectangle, circle, line, ellipse, polyline and polygon with SVG
To know more about SVG Concepts, click here