Vector Graphics - svg files

HTML - Hypertext Markup Language

Created: 2022-09-22
Tags: #fleeting


But first, two types of images

.svg
is based on XML languange for describing Vector Images

Benefits of .svg

  • Text in vector images remains accessible (which also benefits your SEO).
  • SVGs lend themselves well to styling/scripting, because each component of the image is an element that can be styled via CSS or scripted via JavaScript.