SVG

Abbreviation · Development

Definitions

  1. Scalable Vector Graphics — an XML-based image format that describes shapes, paths, and text as mathematical instructions rather than pixel grids, allowing images to scale to any resolution without quality loss.

    In plain English: A type of image file that uses math instead of dots, so it looks sharp at any size.

    Example: "Ship the logo as an SVG so it stays crisp on retina displays and we can theme the fill color with CSS."

Related Terms