flâneur — a map of the web's best reading

Introduction - SVG: Scalable Vector Graphics | MDN - https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Introduction

developer.mozilla.org · 821 words · saved by 1 readers

SVG is an XML language, similar to XHTML, which can be used to draw vector graphics, such as the one shown below. It can be used to create an image either by specifying all the lines and shapes necessary, by modifying already existing raster images, or by a combination of both. The image and its components can also be transformed, composited together, or filtered to change their appearance completely.

Introduction - SVG | MDN Skip to main content Skip to search Introduction Previous Next SVG is an XML language, similar to XHTML , which can be used to draw vector graphics, such as the one shown below. It can be used to create an image either by specifying all the lines and shapes necessary, by modifying already existing raster images, or by a combination of both. The image and its components can also be transformed, composited together, or filtered to change their appearance completely. SVG came about in 1999 after several competing formats had been submitted to the W3C and failed to be full

Explore this link on the map →

related reading