SVG (Scalable Vector Graphics) is an XML-based vector image format for defining two-dimensional graphics. It allows images to be rendered programmatically and scaled without loss of quality, making it ideal for web graphics, dynamic visualizations, and AI-driven rendering tasks.
SVG is a type of image format that uses mathematical descriptions to draw pictures, rather than storing individual pixels. This means SVG images can be made bigger or smaller without ever looking blurry, making them perfect for websites and applications where graphics need to look good on any screen.
Scalable Vector Graphics, SVG file
Was this definition helpful?