SVG

SVG (Scalable Vector Graphics) is a markup language based on XML for representing two-dimensional vector graphics. It allows for both static and dynamic graphics. Vector graphics usually perform better when compared to raster formats like JPEG, PNG or GIF, and can be rescaled arbitrarily without loss of quality, and the rescaling does not imply a larger digital footprint. Thus, for instance, the graphics for printing an entire outdoor picture could fit in just a couple megabytes of disk space (the same as a good cellphone picture) without loosing its quality.

SVG can also be used to represent text where the required fonts are unavailable, by converting each individual character to a set of graphical paths. It can also be used to represent other types of content like mathematical formulas,

Some web browsers have native (but incomplete) support for SVG. The list includes browsers based on the gecko engine (Firefox, Netscape, Camino, Epiphany, and SeaMonkey), browsers based on the webkit engine (Safari, Chrome, OmniWeb), Opera and Amaya. On the other hand, browsers based on the MSHTML engine (Internet Explorer, Wikibrowse, Maxthon, and NetCaptor) do not provide support for SVG.

References

  1. The W3C recommendation on SVG.
  2. SVG on Wikipedia.

» Glossary of common terms