SVG
dev.to·4h·
Discuss: DEV
Flag this post

What is SVG?

SVG stands for ‘Scalable Vector Graphics’ and it is a markup language/file format for describing two-dimensional vector graphics. An SVG is used to define vector-based graphics meaning visual images are created directly from geometric shapes and other graphic primitives in XML rather than as a grid of pixels. Yes, XML not XLM.

XLM defines a set of rules for encoding documents in a format that is both human-readable and machine-readable.

The SVG specification is an ‘open standard’ maintained by the World Wide Web Consortium, which is the main international standards organization for the World Wide Web, since 1999.

Why is SVG useful?

An SVG is perfect for web graphics like icons and logos; it creates images that stay sharp at any size; this makes th…

Similar Posts

Loading similar posts...