Scalable Vector Graphics - a text-based representation of images.
Scalable Vector Graphics are images that are drawn by computers according to human-readable XML-based instructions. They are stored with the file extensions .svg
. They are opposed to bitmap-type (or “Raster”) images, which describe a literal map of what color pixels go in which places. Instead they describe how lines and shapes are drawn, how thick they are, what color they are, what their transparency is, etc. This allows you to infinitely zoom in on a SVG and never see pixelization.
Source: Wikipedia
Example
Open the content of a “.svg” file in notepad you see:
Open it in a browser or image viewer and you see:
Source: Wikipedia
Source
Source: ]]