SVG

« Back to Glossary Index


Definition of "SVG" by Graphic Design Newcastle:

SVG stands for Scalable Vector Graphics. It is an XML-based file format used for describing two-dimensional vector graphics. SVG allows for images to be scaled to any size without losing quality, making it ideal for web and interface design.

Key Features of SVG:

  • Scalability: Maintains crisp quality at any resolution or zoom level.
  • Editable: Can be edited with text editors or graphic design software.
  • Interactive: Supports interactivity and animation via CSS and JavaScript.
  • Lightweight: Typically smaller in file size compared to raster images.
  • Web-Friendly: Natively supported by all modern web browsers.

Common Uses:

  • Icons and logos
  • Charts and graphs
  • Illustrations and infographics
  • Responsive web design elements

Because SVGs are vector-based, they are ideal for responsive and high-resolution displays.

« Back to Glossary Index