htmlSVG

SVG stands for Scalable Vector Graphics and is a text-based way of describing images and is used to create images that can be rendered at any size without loss of quality. 🎉

Because SVG can almost be a language unto itself, it is not covered in-depth in this course, but I do want to provide you with some resources to get you started.

All of the content on this page is optional, but I do highlight some things that are worthwhile if you’re working with SVG.

An introduction to SVG

If you’re using SVGs in your project

If you are using SVGs in your projects, I highly recommend reading the following sections from Flavio’s In-Depth SVG Tutorial:

In addition, you should review Accessible SVG: Methods for Adding Alternative Content.

More resources