S

SVG

Definition

Scalable Vector Graphics: an XML-based vector image format for two-dimensional graphics with support for interactivity and animation. It is the standard vector format for the web.

SVG: Vectors for the Web

SVG was developed by the W3C and first released in 2001. Unlike raster formats, SVG images scale to any size without quality loss because they describe shapes mathematically. SVG files can be styled with CSS, animated with SMIL or JavaScript, and embedded directly in HTML. They are ideal for logos, icons, charts, and illustrations. Modern web development relies heavily on SVG for responsive, resolution-independent graphics.

Defined Term